Skip to content

Commit

Permalink
troubleshooting pipeline directories"
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Aug 5, 2024
1 parent c60ffda commit 088b8b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
python scripts/convert_keymap.py -c q2c --in-path "$GITHUB_WORKSPACE/config/charybdis_qwerty.keymap"
- name: Move keymaps to the keymap directory
run: |
ls -lR "$GITHUB_WORKSPACE"
cd "$GITHUB_WORKSPACE/config/"
mv *.keymap "$GITHUB_WORKSPACE/config/boards/shields/charybdis-mini-wireless/keymaps/"
ls -lR "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit 088b8b2

Please sign in to comment.