wavetable/release.sh
2023-08-31 11:52:11 -07:00

8 lines
142 B
Bash
Executable file

#!/bin/bash -e
set -x
cd "$(dirname "$0")"
cd ..
ROOT=$(pwd)
gh release create "nexus_$GITHUB_REF_NAME" -F Changelist.txt ../Binaries/*.zip