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 45f16db commit 3fd5854Copy full SHA for 3fd5854
.github/workflows/release-bins.yml
@@ -187,7 +187,7 @@ jobs:
187
# We only need to generate the config schema for a release once, so we do it
188
# on the linux host since it is the cheapest.
189
- name: Generate config schema
190
- if: ${{ matrix.bundle == 'windows' }}
+ if: ${{ matrix.bundle == 'linux' }}
191
run: |
192
./release/x86_64-unknown-linux-musl/dist/config-schema > artifacts/config.schema.json
193
0 commit comments