[actions] Fix snapcraft install action

This commit is contained in:
AkiraFukushima 2023-05-02 00:28:47 +09:00
parent dcb4eed16b
commit 7a81ef2cd6
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 6 additions and 3 deletions

View File

@ -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