fix the zip path
This commit is contained in:
parent
688830d0f3
commit
a01c2f83c2
|
@ -44,9 +44,8 @@ jobs:
|
||||||
- name: Prepare app bundle
|
- name: Prepare app bundle
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir app
|
cd build/release-mac-${{ matrix.arch }}
|
||||||
zip -r -y macOS-${{ matrix.arch }}.zip \
|
zip -r -y ../../macOS-${{ matrix.arch }}.zip melonDS.app
|
||||||
build/release-mac-${{ matrix.arch }}/melonDS.app
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue