Fix build script

This commit is contained in:
Knutwurst
2020-10-10 12:17:45 +02:00
parent 8efb84762d
commit d7512c18c1

View File

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