Replace custom build version with GITHUB_SHA_SHORT

This commit is contained in:
Knutwurst
2020-10-09 16:43:33 +02:00
parent af1153f5d3
commit 650f94b7f5

View File

@@ -109,6 +109,6 @@ jobs:
- name: Archive all artifacts into one ZIP file - name: Archive all artifacts into one ZIP file
uses: actions/upload-artifact@master uses: actions/upload-artifact@master
with: with:
name: Knuwurst-all-in-one_v$CUSTOM_BUILD_VER name: Knuwurst-all-in-one_$GITHUB_SHA_SHORT
path: | path: |
.pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex