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 6b06036 commit 30c4307Copy full SHA for 30c4307
.github/workflows/release.yml
@@ -77,6 +77,7 @@ jobs:
77
run: pnpm build:icons
78
79
- name: Build Python sidecar
80
+ shell: bash # ensure cross-platform compatibility with Bash syntax
81
run: |
82
if [[ "${{ runner.os }}" == "Linux" ]]; then
83
pnpm build:sidecar-linux
0 commit comments