Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Mar 13, 2024
1 parent a2c838c commit b0a194e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,19 @@ jobs:
name: "ezQuake-macOS-arm64"
path: artifacts/arm64

- name: foo
run: find artifacts

- name: Create Universal Binary
run: |
(cd artifacts/x64 && unzip ezQuake.zip) && (cd artifacts/arm64 && unzip ezQuake.zip)
find
lipo -create artifacts/x64/ezQuake.app artifacts/arm64/ezQuake.app -output ezQuake.app
codesign --force --sign - --entitlements misc/install/ezquake.entitlements.plist --options runtime --timestamp ezQuake.app
zip -r -9 ezQuake.zip ezQuake.app
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: "ezQuake-macOS-universal-sandboxed"
path: ezQuake.zip

linux-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b0a194e

Please sign in to comment.