Skip to content

Commit 81b948c

Browse files
committed
Update release script
1 parent 9f4f1df commit 81b948c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
APPLE_USER: ${{ secrets.APPLE_USER }}
4343
APIKEY: ${{ secrets.APIKEY }}
4444
- name: Upload Artifact
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
47-
name: Binaries
47+
name: Binaries ${{ matrix.name }}
4848
path: ci/bin/*.zip
4949
retention-days: 30
5050

release.sh

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

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

0 commit comments

Comments
 (0)