Skip to content

Commit c14df9a

Browse files
committed
pass the --version argument to keymap fixup script
1 parent defce1b commit c14df9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_keymap.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: open -a "/Volumes/Lite XL/Lite XL.app"
7070

7171
- name: Fix keymap
72-
run: ./fix-keymap.py keymap-source.json keymap${{ matrix.platform.suffix }}.json
72+
run: ./fix-keymap.py --version ${{ inputs.lite_xl_version }} keymap-source.json keymap${{ matrix.platform.suffix }}.json
7373

7474
- name: Upload keymap.json
7575
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)