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 1fa60d8 commit f220b1b
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 @@ -15,7 +15,7 @@ jobs:
env:
XC_WORKSPACE: ${{ 'Smeem-iOS/Smeem-iOS.xcodeproj' }}
XC_SCHEME: ${{ 'Smeem-Release' }}
XC_ARCHIVE: ${{ 'Smeem-iOS.xcarchive' }}
XC_ARCHIVE_PATH: ${{ './Smeem-iOS.xcarchive' }}
XC_EXPORT_PATH: ${{ './artifacts' }}

# certificate
Expand Down 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 $XC_ARCHIVE -exportOptionsPlist .github/ExportOptions.plist -exportPath . -allowProvisioningUpdates
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 f220b1b

Please sign in to comment.