From 9b7d7fd3165cc19675799e26bb81dccec364d20a Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 9 Oct 2020 17:06:48 +0200 Subject: [PATCH] Remove set-env in order to deal with githubs deprication stuff --- .github/workflows/build-all.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index badc035f..84761ff3 100755 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -88,11 +88,6 @@ jobs: - name: Compile Firmware with PlatformIO run: platformio run --environment ${{ matrix.platform }} - - - name: Set Environment Variables - run: | - CUSTOM_BUILD_VERSION=$(egrep -o "([0-9]{1,}\.)+[a-zA-Z0-9_.-]{1,}" Marlin/src/inc/Version.h -m2 | tail -n1) && \ - echo "::set-env name=CUSTOM_BUILD_VER::$CUSTOM_BUILD_VERSION" - name: Rename Output Files run: | @@ -109,6 +104,6 @@ jobs: - name: Archive all artifacts into one ZIP file uses: actions/upload-artifact@master with: - name: Knuwurst-all-in-one_$GITHUB_SHA_SHORT + name: Knuwurst-all-in-one_RELEASE path: | .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex