Skip to content

Commit

Permalink
build: add TEST x2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibazavr committed Apr 27, 2024
1 parent d33863d commit 72e2621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ios/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
APP_STORE_API_KEY: ${{ inputs.APP_STORE_API_KEY }}
run: |
cd ./${CUSTOM_DIR}/ios
security unlock-keychain -p $TEST
security unlock-keychain -p $TEST login.keychain
xcodebuild -workspace ${IOS_SCHEME}.xcworkspace -scheme $IOS_SCHEME -sdk iphoneos archive -archivePath ${PWD}/build/${IOS_SCHEME}.xcarchive -authenticationKeyPath ~/private_keys/AuthKey_${APP_STORE_API_KEY}.p8 -authenticationKeyIssuerID $APP_STORE_API_ISSUER -authenticationKeyID $APP_STORE_API_KEY -allowProvisioningUpdates -quiet
- name: exportArchive
shell: bash
Expand Down

0 comments on commit 72e2621

Please sign in to comment.