wavetable/release.sh

9 lines
143 B
Bash
Raw Normal View History

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