Skip to content

Commit 9e40f18

Browse files
tagged release script fix to build fat binaries
1 parent 88b553f commit 9e40f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tagged-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cmake -DTRACY_ENABLE=OFF -DORC_BUILD_EXAMPLES=0 -GXcode ..
2323
- name: 🛠️ Build ORC
2424
run: |
25-
xcodebuild -json -project ./build/orc.xcodeproj -scheme orc_orc -configuration Release -hideShellScriptEnvironment
25+
xcodebuild -json -project ./build/orc.xcodeproj -scheme orc_orc -configuration Release -hideShellScriptEnvironment ARCHS="x86_64 arm64"
2626
- name: 🗜️ Create archive
2727
run: |
2828
cd build/Release
@@ -32,4 +32,4 @@ jobs:
3232
with:
3333
generate_release_notes: true
3434
files:
35-
build/Release/orc-${{github.ref_name}}-${{runner.os}}-${{runner.arch}}.tgz
35+
build/Release/orc-${{github.ref_name}}-${{runner.os}}-fat64.tgz

0 commit comments

Comments
 (0)