diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88a3a8f..0c73a29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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