fix the zip path

This commit is contained in:
Nadia Holmquist Pedersen 2024-12-11 13:31:08 +01:00
parent 688830d0f3
commit a01c2f83c2
1 changed files with 2 additions and 3 deletions

View File

@ -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: