Skip to content

Commit 2c2d532

Browse files
committed
Prepare desktop Linux deb output path
1 parent 7a535e4 commit 2c2d532

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish-desktop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ jobs:
117117
run: bunx tsc -p tsconfig.json
118118
working-directory: apps/desktop
119119

120+
- name: Prepare Linux package output directory
121+
if: matrix.platform == 'linux'
122+
run: mkdir -p apps/desktop/dist/@executor-js
123+
120124
- name: Build desktop distributables
121125
run: npx electron-builder --${{ matrix.platform }} --${{ matrix.arch }}
122126
working-directory: apps/desktop

0 commit comments

Comments
 (0)