mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-24 16:30:40 +00:00
decode to repo
This commit is contained in:
parent
7870138bfd
commit
be456a9a8f
1 changed files with 5 additions and 2 deletions
5
.github/workflows/create_release.yml
vendored
5
.github/workflows/create_release.yml
vendored
|
@ -213,9 +213,12 @@ jobs:
|
|||
name: m3_lightmeter_ipa
|
||||
|
||||
- name: Upload app to TestFlight
|
||||
env:
|
||||
API_KEY: AuthKey_${{ secrets.APP_STORE_API_KEY_ID }}.p8
|
||||
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"
|
||||
bash .github/scripts/restore_from_base64.sh "${{ secrets.APP_STORE_API_KEY }}" "${{ env.API_KEY }}"
|
||||
cp "${{ env.API_KEY }}" ~/private_keys
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue