Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword committed Jul 18, 2024
1 parent fadb896 commit 0a4520a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,12 @@ jobs:
- name: Setup Xcode to support visionOS
run: |
sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
xcodebuild -showsdks
- name: Build GPL version
run: |
make build enable-gpl version=${{ env.RELEASE_VERSION }} platform=macos
exit(1)
make build enable-gpl version=${{ env.RELEASE_VERSION }} platform=xros
cd ./dist/release
rename 's/-all\.zip/-GPL-all\.zip/' *-all.zip
Expand Down

0 comments on commit 0a4520a

Please sign in to comment.