|
|
|
|
@ -145,11 +145,13 @@ jobs:
|
|
|
|
|
with:
|
|
|
|
|
script: |
|
|
|
|
|
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env['ACTIONS_RUNTIME_TOKEN'])
|
|
|
|
|
core.exportVariable('ACTIONS_RESULTS_URL', process.env['ACTIONS_RESULTS_URL'])
|
|
|
|
|
|
|
|
|
|
- name: (MacOS) Upload artifacts
|
|
|
|
|
if: startsWith(matrix.os, 'macos') && env.is_tag == 'false'
|
|
|
|
|
env:
|
|
|
|
|
ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN }}
|
|
|
|
|
ACTIONS_RESULTS_URL: ${{ env.ACTIONS_RESULTS_URL }}
|
|
|
|
|
run: |
|
|
|
|
|
yarn upload-artifacts dist/LosslessCut-mac-arm64.dmg
|
|
|
|
|
yarn upload-artifacts dist/LosslessCut-mac-x64.dmg
|
|
|
|
|
@ -159,6 +161,7 @@ jobs:
|
|
|
|
|
if: startsWith(matrix.os, 'windows') && env.is_tag == 'false'
|
|
|
|
|
env:
|
|
|
|
|
ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN }}
|
|
|
|
|
ACTIONS_RESULTS_URL: ${{ env.ACTIONS_RESULTS_URL }}
|
|
|
|
|
run: |
|
|
|
|
|
yarn upload-artifacts dist/LosslessCut-win-x64.7z
|
|
|
|
|
yarn upload-artifacts --name screenshot-windows.jpeg screenshot.jpeg
|
|
|
|
|
@ -167,6 +170,7 @@ jobs:
|
|
|
|
|
if: startsWith(matrix.os, 'ubuntu') && env.is_tag == 'false'
|
|
|
|
|
env:
|
|
|
|
|
ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN }}
|
|
|
|
|
ACTIONS_RESULTS_URL: ${{ env.ACTIONS_RESULTS_URL }}
|
|
|
|
|
run: |
|
|
|
|
|
yarn upload-artifacts dist/LosslessCut-linux-arm64.tar.bz2
|
|
|
|
|
yarn upload-artifacts dist/LosslessCut-linux-armv7l.tar.bz2
|
|
|
|
|
|