Skip to content

Commit

Permalink
Fix release-notes file path
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Dec 17, 2024
1 parent e0689f9 commit 0efa90a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@ jobs:
))
- name: Update nightly release description and binaries
working-directory: installers
run: |
gh release edit ${{ inputs.release_tag }} --title "${{ steps.rename-installers.outputs.cura_version }}" --notes-file release-notes.md
for file in "*"; do
for file in "installers/*"; do
gh release upload ${{ inputs.release_tag }} $file --clobber
done
env:
Expand Down

0 comments on commit 0efa90a

Please sign in to comment.