Fix build script
This commit is contained in:
2
.github/workflows/build-all.yml
vendored
2
.github/workflows/build-all.yml
vendored
@@ -104,6 +104,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-$( date +"%Y-%m-%d" )
|
name: Knuwurst-all-in-one-${{github.sha}}
|
||||||
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