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 ec8077f commit 96e0b65Copy full SHA for 96e0b65
1 file changed
.github/workflows/ci-cd.yml
@@ -119,6 +119,7 @@ jobs:
119
# shell: bash
120
121
- name: Collect all distribution packages
122
+ if: runner.os == 'Linux'
123
run: |
124
mkdir -p dist
125
cp finecode_extension_api/dist/* dist/
0 commit comments