wavetable/release.sh

8 lines
138 B
Bash
Raw Normal View History

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