mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
try manual ipa upload
This commit is contained in:
parent
ba0ed69d18
commit
58565162eb
1 changed files with 5 additions and 7 deletions
12
.github/workflows/create_release.yml
vendored
12
.github/workflows/create_release.yml
vendored
|
@ -211,14 +211,12 @@ jobs:
|
|||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: m3_lightmeter_ipa
|
||||
|
||||
|
||||
- name: Upload app to TestFlight
|
||||
uses: apple-actions/upload-testflight-build@v1
|
||||
with:
|
||||
app-path: "lightmeter.ipa"
|
||||
issuer-id: ${{ secrets.APP_STORE_ISSUER_ID }}
|
||||
api-key-id: ${{ secrets.APP_STORE_API_KEY_ID }}
|
||||
api-private-key: ${{ secrets.APP_STORE_API_KEY }}
|
||||
run: |
|
||||
mkdir -p ~/private_keys
|
||||
bash .github/scripts/restore_from_base64.sh "${{ secrets.APP_STORE_API_KEY }}" "~/private_keys/AuthKey_${{ secrets.APP_STORE_API_KEY_ID }}.p8"
|
||||
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 }}
|
||||
|
||||
cleanup:
|
||||
name: Cleanup
|
||||
|
|
Loading…
Reference in a new issue