Skip to content

Commit

Permalink
ci: don't double zip mac .app
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai committed Dec 13, 2024
1 parent 7d718ad commit 022c2fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,13 @@ jobs:
cp -a arm64/melonDS.app melonDS.app
cp melonDS melonDS.app/Contents/MacOS/melonDS
codesign -s - --deep melonDS.app
zip -r -y macOS-universal.zip melonDS.app
mkdir macOS-universal
mv melonDS.app macOS-universal
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: macOS-universal
path: macOS-universal.zip
path: macOS-universal
# - name: Clean up architecture-specific artifacts
# uses: geekyeggo/delete-artifact@v4
# with:
Expand Down

0 comments on commit 022c2fe

Please sign in to comment.