We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92a3db commit 1bb8b27Copy full SHA for 1bb8b27
.github/workflows/corne_6-column.yml
@@ -12,9 +12,11 @@ jobs:
12
build:
13
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
14
with:
15
- build_matrix_path: swept.yaml
16
- archive_name: swept
+ build_matrix_path: corne_6-column.yaml
+ archive_name: corne_6-column
17
+
18
drawer:
19
+ needs: build
20
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@main
21
permissions:
22
contents: write # allow workflow to commit to the repo
0 commit comments