remove always success

pull/1040/head
Mikael Finstad 4 years ago
parent ce7b00b552
commit 1d536d27ef
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -91,8 +91,5 @@ 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: |
node script/xcrun-wrapper.mjs dist/mas/LosslessCut-mac.pkg ${{ secrets.api_key_id }} ${{ secrets.api_key_issuer_id }} 1505323402 no.mifi.losslesscut-mac

Loading…
Cancel
Save