From 5a8b8ad60bcfc226a3e639e224596dc71b5af7ac Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 4 Sep 2020 20:21:03 +0200 Subject: [PATCH] Switch CUSTOM_BUILD_VER to CUSTOM_BUILD_VERSION --- .github/workflows/build-all.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index bc1d247f..4298e836 100755 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -93,19 +93,18 @@ jobs: - name: Rename Output Files run: | CUSTOM_BUILD_VERSION=$(egrep -o "([0-9]{1,}\.)+[0-9]{1,}" Marlin/src/inc/Version.h -m2 | tail -n1) && \ - echo '::set-env name=CUSTOM_BUILD_VER::$CUSTOM_BUILD_VERSION' && \ mv .pio/build/${{ matrix.platform }}/firmware.hex .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v$CUSTOM_BUILD_VERSION.hex - name: Archive artifacts uses: actions/upload-artifact@master with: - name: Knutwurst_${{ matrix.platform }}_v$CUSTOM_BUILD_VER + name: Knutwurst_${{ matrix.platform }}_v$CUSTOM_BUILD_VERSION path: | .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex - name: Archive artifacts ino single ZIP uses: actions/upload-artifact@master with: - name: Knutwurst_i3_Mega_Firmware_v$CUSTOM_BUILD_VER + name: Knutwurst_i3_Mega_Firmware_v$CUSTOM_BUILD_VERSION path: | .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex