mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:16:00 +08:00
Fix release-notes file path
This commit is contained in:
parent
e0689f9062
commit
0efa90a2c3
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user