Skip to content

Commit

Permalink
install snapcraft on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Oct 9, 2024
1 parent a5a2aa3 commit 7b719f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
if: startsWith(matrix.os, 'macos-14')
run: sudo launchctl limit maxfiles 999999 999999

- name: Install snapcraft for linux
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get install snapcraft

- name: Sign & Publish Electron app
run: yarn publish
env:
Expand Down

0 comments on commit 7b719f2

Please sign in to comment.