From 531f55845da2022e90d3ee78181126a6e5045554 Mon Sep 17 00:00:00 2001
From: kB01 <kb01@kb-one.de>
Date: Sat, 31 Aug 2024 02:06:02 +0200
Subject: [PATCH] Modified Pipeline

---
 .github/workflows/build.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8ab2b56..88a3a8f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
         run: git clone https://github.com/zmkfirmware/zmk.git
 
       - name: Debug Output
-        run: tree /
+        run: tree
       - name: Initialize ZMK
         working-directory: ./zmk
         run: |
@@ -40,5 +40,7 @@ jobs:
       - name: Build Right Shield
         working-directory: ./zmk/app
         run: west build -d build/right -b nice_nano_v2 -- -DSHIELD=kyria_rev3_right -DZMK_CONFIG="../../config"
-      - run: tree /
+      - name: Debug Output
+        working-directory: .
+        run: tree