mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Fix release
This commit is contained in:
parent
81b948cdcb
commit
c7b61f69c2
1 changed files with 2 additions and 1 deletions
|
|
@ -4,4 +4,5 @@ set -x
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
ROOT=$(pwd)
|
ROOT=$(pwd)
|
||||||
|
|
||||||
gh release create "$GITHUB_REF_NAME" -F ./Changelist.txt "./Binaries Windows/*.zip" "./Binaries Linux/*.zip" "./Binaries macOS/*.zip"
|
find .
|
||||||
|
gh release create "$GITHUB_REF_NAME" -F ./Changelist.txt ./Binaries/*.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue