We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a535e4 commit 2c2d532Copy full SHA for 2c2d532
1 file changed
.github/workflows/publish-desktop.yml
@@ -117,6 +117,10 @@ jobs:
117
run: bunx tsc -p tsconfig.json
118
working-directory: apps/desktop
119
120
+ - name: Prepare Linux package output directory
121
+ if: matrix.platform == 'linux'
122
+ run: mkdir -p apps/desktop/dist/@executor-js
123
+
124
- name: Build desktop distributables
125
run: npx electron-builder --${{ matrix.platform }} --${{ matrix.arch }}
126
0 commit comments