wavetable/release.sh

7 lines
131 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 16:40:41 -07:00
gh release create "$GITHUB_REF_NAME" -F ./Changelist.txt ./Binaries/*.zip