Skip to content

Commit

Permalink
Update build hook
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanmola committed Dec 12, 2024
1 parent 416b51a commit e27688f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
with:
node-version: 22

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
# Only install Snapcraft on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
with:
# Log in to Snap Store
snapcraft_token: ${{ secrets.snapcraft_token }}
# - name: Install Snapcraft
# uses: samuelmeuli/action-snapcraft@v1
# # Only install Snapcraft on Ubuntu
# if: startsWith(matrix.os, 'ubuntu')
# with:
# # Log in to Snap Store
# snapcraft_token: ${{ secrets.snapcraft_token }}

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
Expand Down

0 comments on commit e27688f

Please sign in to comment.