From a683ae196c3342c863d68aa9a5c8b94555782f03 Mon Sep 17 00:00:00 2001 From: kB01 Date: Sat, 31 Aug 2024 02:17:39 +0200 Subject: [PATCH] Modified Pipeline --- .github/workflows/build.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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