wavetable/release.sh
Roland Rabien c7b61f69c2 Fix release
2025-02-14 10:13:26 -08:00

8 lines
138 B
Bash
Executable file

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