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 8be60f2 commit 45f16dbCopy full SHA for 45f16db
.github/workflows/release-bins.yml
@@ -187,9 +187,9 @@ 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 == 'linux' }}
+ if: ${{ matrix.bundle == 'windows' }}
191
run: |
192
- ./release/cross-x86_64-unknown-linux-musl/dist/config-schema > artifacts/config.schema.json
+ ./release/x86_64-unknown-linux-musl/dist/config-schema > artifacts/config.schema.json
193
194
- name: Upload release artifacts
195
uses: softprops/action-gh-release@v2
0 commit comments