Skip to content

Commit

Permalink
Update desktop-electron-pr-build-mac-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw authored Oct 6, 2024
1 parent ad6d9d4 commit 412bf27
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/desktop-electron-pr-build-mac-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,15 @@ jobs:
working-directory: ./starsky
run: cp starsky-win-x64.zip starsky-osx-x64.zip

- name: Unzip Mac OS bundle
- name: Unzip Mac OS bundle x64
shell: bash
working-directory: ./starsky
run: unzip starsky-osx-x64.zip -d osx-x64

- name: Unzip Mac OS bundle arm64
shell: bash
working-directory: ./starsky
run: unzip starsky-osx-x64.zip -d osx-arm64

- name: Unzip Windows bundle
shell: bash
Expand Down

0 comments on commit 412bf27

Please sign in to comment.