Skip to content

Commit 9472a60

Browse files
committed
💚 fix xcodebuild command
1 parent 7457dc3 commit 9472a60

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build-on-push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
cd ui
3333
xcodebuild archive \
3434
-scheme iPortForwarder \
35-
-destination 'platform=macOS,name=Any Mac' \
3635
-archivePath build.xcarchive
3736
3837
- name: Make dmg

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
cd ui
3636
xcodebuild archive \
3737
-scheme iPortForwarder \
38-
-destination 'platform=macOS,name=Any Mac' \
3938
-archivePath build.xcarchive
4039
4140
- name: Make dmg

0 commit comments

Comments
 (0)