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 aa761a6 commit 878dddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smeem-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
cp "./$PROVISION" "$HOME/Library/MobileDevice/Provisioning Profiles/$UUID.mobileprovision"
done
- 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'
run: xcodebuild archive -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 .github/ExportOptions.plist -exportPath "$XC_EXPORT_PATH"
run: xcodebuild -exportArchive -archivePath "$XC_ARCHIVE_PATH" -exportOptionsPlist .github/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 878dddd

Please sign in to comment.