Workflow fix release creation 2

This commit is contained in:
Djuri Baars 2023-08-29 16:27:30 +02:00
parent b793a5a28a
commit 3736facdca

View File

@ -43,4 +43,6 @@ jobs:
with: with:
tag: main tag: main
commit: main commit: main
artifacts: ".pio/build/esp32wemos-s3-mini_BW/*.bin" artifacts: ".pio/build/esp32wemos-s3-mini_BW/*.bin"
allowUpdates: true
removeArtifacts: true