From 4c5e5ea15c5bb3e8fd80cd717f402040c4dff5d5 Mon Sep 17 00:00:00 2001 From: FizzyApple12 Date: Sat, 2 Jul 2022 19:58:47 -0400 Subject: [PATCH] debugging --- .github/workflows/build-protocol-translator.yml | 4 ++-- .github/workflows/build-touch-panel.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-protocol-translator.yml b/.github/workflows/build-protocol-translator.yml index c53bb06..9bda9f3 100644 --- a/.github/workflows/build-protocol-translator.yml +++ b/.github/workflows/build-protocol-translator.yml @@ -8,7 +8,7 @@ jobs: - name: Download Required Packages run: sudo apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib - run: ls -la - - run: cd $GITHUB_WORKSPACE/WaccaProtocolTranslator + - run: cd ./WaccaProtocolTranslator - run: ls -la - run: sudo chmod +x autobuild.sh - name: Run Autobuild @@ -16,4 +16,4 @@ jobs: - uses: actions/upload-artifact@v3 with: name: Protocol Translator Firmware - path: $GITHUB_WORKSPACE/WaccaProtocolTranslator/artifacts/ \ No newline at end of file + path: ./artifacts/ \ No newline at end of file diff --git a/.github/workflows/build-touch-panel.yml b/.github/workflows/build-touch-panel.yml index 7cbe77d..b2aa131 100644 --- a/.github/workflows/build-touch-panel.yml +++ b/.github/workflows/build-touch-panel.yml @@ -8,7 +8,7 @@ jobs: - name: Download Required Packages run: sudo apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib - run: ls -la - - run: cd $GITHUB_WORKSPACE/WaccaTouchPanel + - run: cd ./WaccaTouchPanel - run: ls -la - run: sudo chmod +x autobuild.sh - name: Run Autobuild @@ -16,4 +16,4 @@ jobs: - uses: actions/upload-artifact@v3 with: name: Touch Panel Firmware - path: $GITHUB_WORKSPACE/WaccaTouchPanel/artifacts/ \ No newline at end of file + path: ./artifacts/ \ No newline at end of file