Skip to content

Commit

Permalink
Update smeem-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi authored Nov 21, 2024
1 parent 38c9656 commit 12912d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smeem-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Archive app
run: xcodebuild build -project Smeem-iOS/Smeem-iOS.xcodeproj -scheme Smeem-Release -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=17.2'
- name: Export app
run: xcodebuild -exportArchive -archivePath Smeem-iOS.xcarchive -exportOptionsPlist ExportOptions.plist -exportPath "$XC_EXPORT_PATH"
run: xcodebuild -exportArchive -archivePath Smeem-iOS.xcarchive -exportOptionsPlist ./ExportOptions.plist -exportPath "$XC_EXPORT_PATH"
- name: Upload app to TestFlight
uses: apple-actions/upload-testflight-build@v1
with:
Expand Down

0 comments on commit 12912d1

Please sign in to comment.