mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 01:25:55 +08:00
Restore binaries upload for nightlies
This commit is contained in:
parent
b9a915024e
commit
644751fa73
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
@ -91,9 +91,13 @@ jobs:
|
||||
branch_specific="" is_main else f"?branch={short_version}",
|
||||
))
|
||||
|
||||
- name: Update nightly release description (with date)
|
||||
- name: Update nightly release description and binaries
|
||||
if: always()
|
||||
run: |
|
||||
gh release edit ${{ inputs.release_tag }} --title "${{ steps.rename-installers.outputs.cura_version }}" --notes-file release-notes.md
|
||||
|
||||
for file in "installers/*"; do
|
||||
gh release upload ${{ inputs.release_tag }} $file --clobber
|
||||
done
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user