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:
parent
56e5fc2139
commit
d4daa8a90b
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user