Skip to content

Commit

Permalink
fixed Cron job for nightlies + better title for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Oct 10, 2024
1 parent 80fc75a commit 791f9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildnightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- 'LICENSE'

schedule:
- cron: '0 0 * * *'
- cron: '46 20 * * *'

workflow_dispatch:

Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Upload release assets
run: |
DESC=""
gh release create "${{ steps.currentDate.outputs.text }}" $DESC ./assets/*
gh release create "Nightly @ ${{ steps.currentDate.outputs.text }}" $DESC ./assets/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash

0 comments on commit 791f9ca

Please sign in to comment.