Skip to content

Commit

Permalink
fix package_main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Dec 28, 2023
1 parent dce6114 commit 5028cb6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/package_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: build/bootloader/bootloader.bin
path: build/partition_table/partition-table.bin
path: build/esp-box-emu.bin
path: |
build/bootloader/bootloader.bin
build/partition_table/partition-table.bin
build/esp-box-emu.bin
build/flash_args
- name: Attach files to release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 5028cb6

Please sign in to comment.