We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e471b27 commit 707185cCopy full SHA for 707185c
1 file changed
.github/workflows/build-desktop.yml
@@ -48,9 +48,9 @@ jobs:
48
- name: Fix app-builder permissions (Linux)
49
if: runner.os == 'Linux'
50
run: |
51
- find node_modules/app-builder-bin -type f -name 'app-builder' -exec chmod +x {} \;
52
- ls -la node_modules/app-builder-bin/linux/x64/
53
- ls -la node_modules/app-builder-bin/linux/arm64/
+ chmod +x node_modules/app-builder-bin/linux/x64/app-builder || true
+ chmod +x node_modules/app-builder-bin/linux/arm64/app-builder || true
+ ls -la node_modules/app-builder-bin/linux/x64/ || true
54
55
- name: Build main application
56
run: npm run build
0 commit comments