Skip to content

Commit

Permalink
Fix commit fb268d3 4
Browse files Browse the repository at this point in the history
  • Loading branch information
F1248 committed Aug 3, 2024
1 parent cfa6ca0 commit 85cf7fd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/Build-OpenMacHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ jobs:
/usr/bin/sudo /usr/bin/xcode-select --switch /Applications/Xcode_16.0.app
/usr/bin/xcodebuild build CODE_SIGNING_ALLOWED=NO
- name: Zip OpenMacHelper
run: |
/bin/mv build/Release/OpenMacHelper.app OpenMacHelper.app
/usr/bin/zip --recurse-paths OpenMacHelper.app.zip OpenMacHelper.app
- name: Upload OpenMacHelper
uses: actions/upload-artifact@v4
with:
name: OpenMacHelper.app.zip
path: build/Release/
name: OpenMacHelper.app
path: OpenMacHelper.app.zip

0 comments on commit 85cf7fd

Please sign in to comment.