From f0dee2d98f315f7f595a430f35fcb3a7e82b374c Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 18 Nov 2020 18:45:16 -0500 Subject: [PATCH] Revert "fix (#1951)" This reverts commit 6a912d4f GHA does not upload artifacts #1963 --- .github/workflows/build-firmware.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index b650711ca2..a50d354466 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -107,7 +107,7 @@ jobs: run: | # Compiler hosted on our other git repo - avoids having to download from the nice folks at ARM every time wget 'https://github.com/rusefi/build_support/raw/master/gcc-arm-none-eabi-9-2020-q2-update-x86_64-linux.tar.xz' -O compiler.tar.xz tar -xvf compiler.tar.xz - echo "`pwd`/gcc-arm-none-eabi-9-2020-q2-update/bin" >> $GITHUB_PATH + echo "::add-path::`pwd`/gcc-arm-none-eabi-9-2020-q2-update/bin" # Make sure the compiler we just downloaded works - just print out the version - name: Test Compiler @@ -207,7 +207,7 @@ jobs: run: | # Compiler hosted on our other git repo - avoids having to download from the nice folks at ARM every time wget 'https://github.com/rusefi/build_support/raw/master/gcc-arm-none-eabi-9-2020-q2-update-x86_64-linux.tar.xz' -O compiler.tar.xz tar -xvf compiler.tar.xz - echo "`pwd`/gcc-arm-none-eabi-9-2020-q2-update/bin" >> $GITHUB_PATH + echo "::add-path::`pwd`/gcc-arm-none-eabi-9-2020-q2-update/bin" - name: Install multilib, mingw, and ncftp run: |