Forgot to use variables I declared.

This commit is contained in:
Knutwurst
2020-09-04 19:53:29 +02:00
parent 5911e835b6
commit 83a8113fd8

View File

@@ -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