Fix release

This commit is contained in:
Roland Rabien 2025-02-14 10:13:26 -08:00
commit c7b61f69c2

View file

@ -4,4 +4,5 @@ set -x
cd "$(dirname "$0")"
ROOT=$(pwd)
gh release create "$GITHUB_REF_NAME" -F ./Changelist.txt "./Binaries Windows/*.zip" "./Binaries Linux/*.zip" "./Binaries macOS/*.zip"
find .
gh release create "$GITHUB_REF_NAME" -F ./Changelist.txt ./Binaries/*.zip