Fix release tagging
This commit is contained in:
parent
33989c7d02
commit
0db88cd219
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
|||
- name: Create release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
name: release-${{ steps.date.outputs.dateAndTime }}
|
||||
name: release-${{ steps.dateAndTime.outputs.dateAndTime }}
|
||||
artifacts: "output/full-firmware.bin,output/full-firmware.sha256,.pio/build/esp32wemos-s3-mini_BW/*.bin"
|
||||
allowUpdates: true
|
||||
removeArtifacts: true
|
||||
|
|
Loading…
Reference in a new issue