Skip to content

Commit

Permalink
Unsigned mac builds always behave poorly
Browse files Browse the repository at this point in the history
Undo previous changes
  • Loading branch information
Sappharad committed May 1, 2023
1 parent 6710149 commit e3f298d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,8 @@ jobs:
- name: Build RSDKv4
run: |
xcodebuild -project RSDKv4.xcodeproj -scheme RSDKv4 DSTROOT="./build" archive
- name: Package into DMG to retain execute permissions
run: |
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/RSDKv4.dmg
name: v4-mac
path: build/Applications/

0 comments on commit e3f298d

Please sign in to comment.