mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
improve release script
This commit is contained in:
parent
ad08f859fd
commit
7a4dfef9fb
1 changed files with 1 additions and 1 deletions
|
|
@ -23,4 +23,4 @@ fi
|
||||||
|
|
||||||
echo "$NOTES" > /tmp/release_notes.txt
|
echo "$NOTES" > /tmp/release_notes.txt
|
||||||
|
|
||||||
gh release create "$VER" -F /tmp/release_notes.txt ./Binaries\ Linux/*.zip ./Binaries\ Windows/*.zip ./Binaries\ macOS/*.zip
|
gh release create "$VER" --title "$VER" -F /tmp/release_notes.txt ./Binaries\ Linux/*.zip ./Binaries\ Windows/*.zip ./Binaries\ macOS/*.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue