Skip to content

Commit

Permalink
yet another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Oct 10, 2024
1 parent 791f9ca commit 7ed796d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildnightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Upload release assets
run: |
DESC=""
gh release create "Nightly @ ${{ steps.currentDate.outputs.text }}" $DESC ./assets/*
gh release create "${{ steps.currentDate.outputs.text }}" $DESC ./assets/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash

0 comments on commit 7ed796d

Please sign in to comment.