Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
buzhfianji committed Jul 3, 2024
1 parent eb2b849 commit 0ef1cee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
run: |
pnpm build:mac --publish onTag
- name: Install Snapcraft
if: startsWith(matrix.os, 'ubuntu')
uses: samuelmeuli/action-snapcraft@v2
# - name: Install Snapcraft
# if: startsWith(matrix.os, 'ubuntu')
# uses: samuelmeuli/action-snapcraft@v2

- name: Build Linux
if: startsWith(matrix.os, 'ubuntu')
Expand Down
6 changes: 3 additions & 3 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ linux:
arch:
- x64
- arm64
- target: snap
arch:
- x64
# - target: snap
# arch:
# - x64
- target: deb
arch:
- x64
Expand Down

0 comments on commit 0ef1cee

Please sign in to comment.