fix upload

pull/2762/head
Mikael Finstad 6 months ago
parent 2601307561
commit 2601300434
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -137,7 +137,7 @@ jobs:
- name: (MacOS) Upload to Mac App Store
if: runner.os == 'macOS' && env.is_tag == 'true'
run: |
node script/xcrunWrapper.ts dist/mas-universal/LosslessCut-mac-universal.pkg ${{ secrets.api_key_id }} ${{ secrets.api_key_issuer_id }} 1505323402 no.mifi.losslesscut-mac
node script/xcrunWrapper.ts dist/mas-universal/LosslessCut-mac-universal-DONT-USE-THIS-FILE.pkg ${{ secrets.api_key_id }} ${{ secrets.api_key_issuer_id }} 1505323402 no.mifi.losslesscut-mac
# https://stackoverflow.com/questions/74774114/using-docker-buildx-github-action-cache-without-official-actions/77225313#77225313
- name: Expose actions cache variables

Loading…
Cancel
Save