mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
try manual ipa upload
This commit is contained in:
parent
ba0ed69d18
commit
58565162eb
1 changed files with 5 additions and 7 deletions
10
.github/workflows/create_release.yml
vendored
10
.github/workflows/create_release.yml
vendored
|
@ -213,12 +213,10 @@ jobs:
|
||||||
name: m3_lightmeter_ipa
|
name: m3_lightmeter_ipa
|
||||||
|
|
||||||
- name: Upload app to TestFlight
|
- name: Upload app to TestFlight
|
||||||
uses: apple-actions/upload-testflight-build@v1
|
run: |
|
||||||
with:
|
mkdir -p ~/private_keys
|
||||||
app-path: "lightmeter.ipa"
|
bash .github/scripts/restore_from_base64.sh "${{ secrets.APP_STORE_API_KEY }}" "~/private_keys/AuthKey_${{ secrets.APP_STORE_API_KEY_ID }}.p8"
|
||||||
issuer-id: ${{ secrets.APP_STORE_ISSUER_ID }}
|
xcrun altool --output-format xml --upload-app -f lightmeter.ipa -t ios --apiKey ${{ secrets.APP_STORE_API_KEY_ID }} --apiIssuer ${{ secrets.APP_STORE_ISSUER_ID }}
|
||||||
api-key-id: ${{ secrets.APP_STORE_API_KEY_ID }}
|
|
||||||
api-private-key: ${{ secrets.APP_STORE_API_KEY }}
|
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
name: Cleanup
|
name: Cleanup
|
||||||
|
|
Loading…
Reference in a new issue