mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-23 06:05:09 +01:00
[actions] Fix snapcraft install action
This commit is contained in:
parent
dcb4eed16b
commit
7a81ef2cd6
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -22,11 +22,14 @@ jobs:
|
||||
make clean
|
||||
make build
|
||||
|
||||
|
||||
- name: Install Snapcraft
|
||||
uses: samuelmeuli/action-snapcraft@v2
|
||||
|
||||
- name: Install Snapcraft
|
||||
uses: samuelmeuli/action-snapcraft@v1
|
||||
with:
|
||||
# Log in to Snap Store
|
||||
snapcraft_token: ${{ secrets.STORE_LOGIN }}
|
||||
env:
|
||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
|
||||
|
||||
- name: Release
|
||||
uses: samuelmeuli/action-electron-builder@v1
|
||||
|
Loading…
Reference in New Issue
Block a user