Update release script

This commit is contained in:
Roland Rabien 2025-02-14 09:15:22 -08:00
commit 81b948cdcb
2 changed files with 3 additions and 3 deletions

View file

@ -42,9 +42,9 @@ jobs:
APPLE_USER: ${{ secrets.APPLE_USER }}
APIKEY: ${{ secrets.APIKEY }}
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Binaries
name: Binaries ${{ matrix.name }}
path: ci/bin/*.zip
retention-days: 30

View file

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