Skip to content

Commit 3fd5854

Browse files
committed
fix other typo
1 parent 45f16db commit 3fd5854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-bins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ 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 == 'windows' }}
190+
if: ${{ matrix.bundle == 'linux' }}
191191
run: |
192192
./release/x86_64-unknown-linux-musl/dist/config-schema > artifacts/config.schema.json
193193

0 commit comments

Comments
 (0)