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 412bf27 commit 9b4bcf8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/desktop-electron-pr-build-mac-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest]

steps:
- uses: actions/checkout@v4
- name: Fake Starsky Zip (Windows)
Expand All @@ -34,17 +34,17 @@ jobs:
shell: bash
working-directory: ./starsky
run: cp starsky-win-x64.zip starsky-osx-x64.zip

- name: Unzip Mac OS bundle x64
shell: bash
working-directory: ./starsky
run: unzip starsky-osx-x64.zip -d osx-x64
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
run: unzip starsky-osx-x64.zip -d osx-arm64

- name: Unzip Windows bundle
shell: bash
working-directory: ./starsky
Expand Down

0 comments on commit 9b4bcf8

Please sign in to comment.