Skip to content

Commit 45f16db

Browse files
committed
fix typo
1 parent 8be60f2 commit 45f16db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-bins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ jobs:
187187
# We only need to generate the config schema for a release once, so we do it
188188
# on the linux host since it is the cheapest.
189189
- name: Generate config schema
190-
if: ${{ matrix.bundle == 'linux' }}
190+
if: ${{ matrix.bundle == 'windows' }}
191191
run: |
192-
./release/cross-x86_64-unknown-linux-musl/dist/config-schema > artifacts/config.schema.json
192+
./release/x86_64-unknown-linux-musl/dist/config-schema > artifacts/config.schema.json
193193
194194
- name: Upload release artifacts
195195
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)