Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaltby committed Mar 15, 2024
1 parent f31aade commit 9847447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
export APPLE_ID_PASSWORD=${APPLE_ID_PASSWORD}
export APPLE_TEAM_ID=${APPLE_TEAM_ID}
yarn make:mac
mkdir ./out/keep
mkdir -p ./out/keep
mv ./out/make/zip/darwin/arm64/*.zip ./out/keep/gb-studio-${GITHUB_REF##*/}-darwin_arm64.zip
# - name: Build Mac Intel
Expand Down

0 comments on commit 9847447

Please sign in to comment.