Skip to content

Commit

Permalink
Switch mac artifact to DMG
Browse files Browse the repository at this point in the history
The zip doesn't have permissions to run, hopefully DMG fixes it
  • Loading branch information
Sappharad committed May 1, 2023
1 parent 5925e07 commit 6710149
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,11 @@ jobs:
- name: Build RSDKv4
run: |
xcodebuild -project RSDKv4.xcodeproj -scheme RSDKv4 DSTROOT="./build" archive
- name: Zip the app ourselves (So it can still run)
- name: Package into DMG to retain execute permissions
run: |
cd ./build/Applications/
zip -r RSDKv4.zip ./RSDKv4.app/
hdiutil create -volname RSDKv4 -srcfolder ./build/Applications ./build/RSDKv4.dmg
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: v4-mac-universal
path: build/Applications/RSDKv4.zip
path: build/RSDKv4.dmg

0 comments on commit 6710149

Please sign in to comment.