Fix workflow
This commit is contained in:
parent
5c165633d1
commit
33989c7d02
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -57,12 +57,10 @@ jobs:
|
|||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name:
|
|
||||||
path: |
|
path: |
|
||||||
.pio/build/esp32wemos-s3-mini_BW/*.bin
|
.pio/build/esp32wemos-s3-mini_BW/*.bin
|
||||||
output/full-firmware.bin
|
output/full-firmware.bin
|
||||||
output/full-firmware.sha256
|
output/full-firmware.sha256
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user