wavetable/release.sh

13 lines
210 B
Bash
Raw Normal View History

2023-08-31 11:52:11 -07:00
#!/bin/bash -e
set -x
cd "$(dirname "$0")"
cd ..
ROOT=$(pwd)
2023-08-31 14:02:50 -07:00
find .
unzip Binaries/Binaries.zip
rm Binaries/Binaries.zip
find .
2023-08-31 11:52:11 -07:00
gh release create "nexus_$GITHUB_REF_NAME" -F Changelist.txt ../Binaries/*.zip