try manual ipa upload

This commit is contained in:
Vadim 2024-03-16 20:09:40 +01:00
parent ba0ed69d18
commit 58565162eb

View file

@ -211,14 +211,12 @@ jobs:
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
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