Skip to content

Commit 9f45364

Browse files
committed
fix hack
1 parent 986cd45 commit 9f45364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_binaries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
qmk_repo: vial-kb/vial-qmk
1414
qmk_ref: vial
15-
preparation_command: 'for CONVERTER in "$GITHUB_WORKSPACE/converters/*/"; do ln -s $KB vial-qmk/platforms/chibios/converters/ ; done'
15+
preparation_command: 'ln -s "$GITHUB_WORKSPACE/converters/promicro_to_halcyon/" vial-qmk/platforms/chibios/converters/'
1616

1717
publish:
1818
name: 'QMK Userspace Publish'

0 commit comments

Comments
 (0)