wavetable/release.sh
Roland Rabien c76abdfccc Another try
2025-02-14 10:27:05 -08:00

7 lines
188 B
Bash
Executable file

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