We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b553f commit 9e40f18Copy full SHA for 9e40f18
.github/workflows/tagged-release.yml
@@ -22,7 +22,7 @@ jobs:
22
cmake -DTRACY_ENABLE=OFF -DORC_BUILD_EXAMPLES=0 -GXcode ..
23
- name: 🛠️ Build ORC
24
run: |
25
- xcodebuild -json -project ./build/orc.xcodeproj -scheme orc_orc -configuration Release -hideShellScriptEnvironment
+ xcodebuild -json -project ./build/orc.xcodeproj -scheme orc_orc -configuration Release -hideShellScriptEnvironment ARCHS="x86_64 arm64"
26
- name: 🗜️ Create archive
27
28
cd build/Release
@@ -32,4 +32,4 @@ jobs:
32
with:
33
generate_release_notes: true
34
files:
35
- build/Release/orc-${{github.ref_name}}-${{runner.os}}-${{runner.arch}}.tgz
+ build/Release/orc-${{github.ref_name}}-${{runner.os}}-fat64.tgz
0 commit comments