mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Add release script
This commit is contained in:
parent
101d713442
commit
8d919d4344
2 changed files with 57 additions and 0 deletions
8
release.sh
Executable file
8
release.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash -e
|
||||
set -x
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
cd ..
|
||||
ROOT=$(pwd)
|
||||
|
||||
gh release create "nexus_$GITHUB_REF_NAME" -F Changelist.txt ../Binaries/*.zip
|
||||
Loading…
Add table
Add a link
Reference in a new issue