mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 09:59:41 -06:00
fix the zip path
This commit is contained in:
5
.github/workflows/build-macos.yml
vendored
5
.github/workflows/build-macos.yml
vendored
@ -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:
|
||||||
|
Reference in New Issue
Block a user