update outdated provisioning profiles

pull/908/head
Mikael Finstad 5 years ago
parent 3ccbba952a
commit 17b2367077
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -83,6 +83,7 @@ jobs:
- name: Upload to Mac App Store
if: startsWith(matrix.os, 'macos') && env.is_tag == 'true'
# In case of ERROR ITMS-90189: Redundant Binary Upload
# Note: this will succeed on any errors, so beware
continue-on-error: true
run: |
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.
Loading…
Cancel
Save