mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 18:32:34 +01:00
update outdated provisioning profiles
This commit is contained in:
parent
3ccbba952a
commit
17b2367077
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -83,6 +83,7 @@ jobs:
|
|||||||
- name: Upload to Mac App Store
|
- name: Upload to Mac App Store
|
||||||
if: startsWith(matrix.os, 'macos') && env.is_tag == 'true'
|
if: startsWith(matrix.os, 'macos') && env.is_tag == 'true'
|
||||||
# In case of ERROR ITMS-90189: Redundant Binary Upload
|
# In case of ERROR ITMS-90189: Redundant Binary Upload
|
||||||
|
# Note: this will succeed on any errors, so beware
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
xcrun altool --upload-app -f dist/mas/LosslessCut-mac.pkg --apiKey ${{ secrets.api_key_id }} --apiIssuer ${{ secrets.api_key_issuer_id }}
|
xcrun altool --upload-app -f dist/mas/LosslessCut-mac.pkg --apiKey ${{ secrets.api_key_id }} --apiIssuer ${{ secrets.api_key_issuer_id }}
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user