Skip to content

Commit c7b61f6

Browse files
committed
Fix release
1 parent 81b948c commit c7b61f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ set -x
44
cd "$(dirname "$0")"
55
ROOT=$(pwd)
66

7-
gh release create "$GITHUB_REF_NAME" -F ./Changelist.txt "./Binaries Windows/*.zip" "./Binaries Linux/*.zip" "./Binaries macOS/*.zip"
7+
find .
8+
gh release create "$GITHUB_REF_NAME" -F ./Changelist.txt ./Binaries/*.zip

0 commit comments

Comments
 (0)