wavetable/release.sh

7 lines
129 B
Bash
Raw Permalink Normal View History

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