Skip to content

Commit

Permalink
Update electron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
konbu310 committed Sep 22, 2024
1 parent 1763041 commit 4b26075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Archive
run: |
zip -r "Hyper Launcher-darwin-arm64.zip" "Hyper Launcher-darwin-arm64"
zip -r "Hyper Launcher-darwin-x64.zip" "Hyper Launcher-darwin-x64"
zip -r "build/Hyper Launcher-darwin-arm64.zip" "build/Hyper Launcher-darwin-arm64"
zip -r "build/Hyper Launcher-darwin-x64.zip" "build/Hyper Launcher-darwin-x64"
- name: Cleanup artifacts
run: |
Expand Down

0 comments on commit 4b26075

Please sign in to comment.