parent
531f55845d
commit
a683ae196c
1 changed files with 10 additions and 5 deletions
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
|
@ -27,8 +27,6 @@ jobs:
|
|||
- name: Clone ZMK Repo
|
||||
run: git clone https://github.com/zmkfirmware/zmk.git
|
||||
|
||||
- name: Debug Output
|
||||
run: tree
|
||||
- name: Initialize ZMK
|
||||
working-directory: ./zmk
|
||||
run: |
|
||||
|
@ -41,6 +39,13 @@ jobs:
|
|||
working-directory: ./zmk/app
|
||||
run: west build -d build/right -b nice_nano_v2 -- -DSHIELD=kyria_rev3_right -DZMK_CONFIG="../../config"
|
||||
- name: Debug Output
|
||||
working-directory: .
|
||||
run: tree
|
||||
|
||||
working-directory: ./zmk/app
|
||||
run: |
|
||||
ls -la
|
||||
tree
|
||||
- name: Upload Artifacts
|
||||
if: ${{ true }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: firmware.zip
|
||||
path: ./zmk/app/build
|
||||
|
|
Loading…
Add table
Reference in a new issue