Skip to content

Commit

Permalink
fix the zip path
Browse files Browse the repository at this point in the history
nadiaholmquist committed Dec 11, 2024
1 parent 688830d commit a01c2f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
@@ -44,9 +44,8 @@ jobs:
- name: Prepare app bundle
shell: bash
run: |
mkdir app
zip -r -y macOS-${{ matrix.arch }}.zip \
build/release-mac-${{ matrix.arch }}/melonDS.app
cd build/release-mac-${{ matrix.arch }}
zip -r -y ../../macOS-${{ matrix.arch }}.zip melonDS.app
- name: Upload artifact
uses: actions/upload-artifact@v4
with:

0 comments on commit a01c2f8

Please sign in to comment.