1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00

fix snapcraft

This commit is contained in:
Mikael Finstad 2023-03-31 01:14:16 +09:00
parent 56e5fc2139
commit d4daa8a90b
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -15,6 +15,7 @@ jobs:
env:
is_tag: ${{ startsWith(github.ref, 'refs/tags/v') }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
strategy:
matrix:
@ -38,11 +39,8 @@ jobs:
- run: yarn install --network-timeout 1000000
- name: Install and login to Snapcraft
uses: samuelmeuli/action-snapcraft@v1
uses: samuelmeuli/action-snapcraft@v2
if: startsWith(matrix.os, 'ubuntu')
with:
# Log in to Snap Store
snapcraft_token: ${{ secrets.snapcraft_token }}
- name: Save provisioning profile
if: startsWith(matrix.os, 'macos')