Skip to content

Commit

Permalink
Avec mot de passe
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Aug 24, 2023
1 parent f5566a4 commit 727f195
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
# Only install Snapcraft on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
with:
Expand All @@ -107,6 +109,7 @@ jobs:
uses: samuelmeuli/action-electron-builder@v1
env:
VITE_APP_VERSION: ${{ needs.draft.outputs.version }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
with:
build_script_name: build
args: --config .electron-builder.config.js
Expand Down

0 comments on commit 727f195

Please sign in to comment.