diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index e28ea25a1..ce5e22b43 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -86,7 +86,7 @@ jobs: name: Release XCArchive - name: Export IPA File - run: xcodebuild exportArchive -archivePath ./DarockBili_Release.xcarchive -exportPath ./DarockBili_Release.ipa -exportOptionsPlist ExportOptions.plist CODE_SIGN_IDENTITY="" + run: xcodebuild -exportArchive -archivePath ./DarockBili_Release.xcarchive -exportPath ./DarockBili_Release.ipa -exportOptionsPlist ExportOptions.plist CODE_SIGN_IDENTITY="" - name: Upload IPA File uses: actions/upload-artifact@v3