Skip to content

Commit

Permalink
Update macos.yml. [skip CI]
Browse files Browse the repository at this point in the history
Signed-off-by: Li Jin <dragon-fly@qq.com>
  • Loading branch information
pigpigyyy authored Nov 12, 2024
1 parent aa8433b commit 0d63357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cd Assets/www && zip -vr ../../web-ide-files.zip . && cd ../..
cd $GITHUB_WORKSPACE
Tools/tolua++/build.sh
xcodebuild archive -project Projects/macOS/Dora.xcodeproj -scheme Dora -configuration release -archivePath dora.xcarchive
xcodebuild archive -project Projects/macOS/Dora.xcodeproj -scheme Dora -configuration release -archivePath dora.xcarchive -arch arm64 -arch x86_64 ONLY_ACTIVE_ARCH=NO
cd dora.xcarchive/Products/Applications
zip -vr Dora.zip Dora.app
mv Dora.zip $GITHUB_WORKSPACE/dora-ssr-${{ github.ref_name }}-macos-universal.zip
Expand Down

0 comments on commit 0d63357

Please sign in to comment.