From 650f94b7f5bb6e61c4fdbef252401d4c526d4011 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 9 Oct 2020 16:43:33 +0200 Subject: [PATCH] Replace custom build version with GITHUB_SHA_SHORT --- .github/workflows/build-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index dd03e3ac..badc035f 100755 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -109,6 +109,6 @@ jobs: - name: Archive all artifacts into one ZIP file uses: actions/upload-artifact@master with: - name: Knuwurst-all-in-one_v$CUSTOM_BUILD_VER + name: Knuwurst-all-in-one_$GITHUB_SHA_SHORT path: | .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex