Replace custom build version with GITHUB_SHA_SHORT
This commit is contained in:
2
.github/workflows/build-all.yml
vendored
2
.github/workflows/build-all.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user