Skip to content

Commit

Permalink
Fix symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
hadynz committed Oct 7, 2023
1 parent a1f4588 commit 4f77ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
persist-credentials: false

- name: Symlink keymap from userspace to qmk directory
run: ln -s ../../../../${{ github.actor }}/keymap keyboards/kinesis/keymaps/${{ github.actor }}
run: ln -s ../../../${{ github.actor }}/keymap keyboards/kinesis/keymaps/${{ github.actor }}

- name: Build firmware
run: |
Expand Down

0 comments on commit 4f77ec4

Please sign in to comment.