diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71b5616..9011ff0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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') diff --git a/electron-builder.yml b/electron-builder.yml index 3fba103..e544bd9 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -70,9 +70,9 @@ linux: arch: - x64 - arm64 - - target: snap - arch: - - x64 + # - target: snap + # arch: + # - x64 - target: deb arch: - x64