From 83a8113fd8e99f299b45e6a4f93411789eec22ba Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 4 Sep 2020 19:53:29 +0200 Subject: [PATCH] Forgot to use variables I declared. --- .github/workflows/build-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 89968615..bc1d247f 100755 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -99,13 +99,13 @@ jobs: - name: Archive artifacts uses: actions/upload-artifact@master with: - name: Knutwurst_${{ matrix.platform }} + name: Knutwurst_${{ matrix.platform }}_v$CUSTOM_BUILD_VER 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_vCUSTOM_BUILD_VER + name: Knutwurst_i3_Mega_Firmware_v$CUSTOM_BUILD_VER path: | .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex