Update swift.yml
This commit is contained in:
parent
38dbbba397
commit
db323f6a1b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/swift.yml
vendored
2
.github/workflows/swift.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
run: /usr/bin/xcodebuild -version
|
run: /usr/bin/xcodebuild -version
|
||||||
- name: Build app
|
- name: Build app
|
||||||
run: |
|
run: |
|
||||||
xcodebuild CODE_SIGNING_ALLOWED=NO -sdk iphoneos -project wulkanowy.xcodeproj \
|
xcodebuild CODE_SIGNING_ALLOWED=NO -sdk iphoneos -workspace wulkanowy.xcworkspace \
|
||||||
-configuration Release -scheme wulkanowy \
|
-configuration Release -scheme wulkanowy \
|
||||||
-derivedDataPath DerivedData clean build
|
-derivedDataPath DerivedData clean build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue