Modified Pipeline

This commit is contained in:
Kaybee 2024-08-31 02:17:39 +02:00
parent 531f55845d
commit a683ae196c

View file

@ -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