We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce6114 commit 5028cb6Copy full SHA for 5028cb6
.github/workflows/package_main.yml
@@ -30,9 +30,11 @@ jobs:
30
uses: actions/upload-artifact@v3
31
with:
32
name: build-artifacts
33
- path: build/bootloader/bootloader.bin
34
- path: build/partition_table/partition-table.bin
35
- path: build/esp-box-emu.bin
+ path: |
+ build/bootloader/bootloader.bin
+ build/partition_table/partition-table.bin
36
+ build/esp-box-emu.bin
37
+ build/flash_args
38
39
- name: Attach files to release
40
uses: softprops/action-gh-release@v1
0 commit comments