Skip to content

Commit

Permalink
fix(ci): update build process for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Nov 10, 2023
1 parent 4afc50d commit d868bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Build Linux
if: matrix.os == 'ubuntu-latest'
run: pnpm run build:linux && ls -l apps/desktop/dist
run: pnpm run build:linux

# - name: Build macOS
# if: matrix.os == 'macos-latest'
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ linux:
- target: deb
arch: [x64, arm64]
- target: snap
arch: [x64, arm64]
arch: [x64]
maintainer: electronjs.org
category: Utility
npmRebuild: false
Expand Down

0 comments on commit d868bff

Please sign in to comment.