Skip to content

Commit 9ecead9

Browse files
committed
fix: remove release upload of build outputs for now
1 parent bd61c3a commit 9ecead9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/package_main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,6 @@ jobs:
5050
build/flasher_args.json
5151
build/flash_args
5252
53-
- name: Attach files to release
54-
uses: softprops/action-gh-release@v2
55-
if: ${{ github.event.release && github.event.action == 'published' }}
56-
with:
57-
files: |
58-
build/*.bin
59-
build/*.elf
60-
build/bootloader/bootloader.bin
61-
build/partition_table/partition-table.bin
62-
build/flasher_args.json
63-
build/flash_args
64-
6553
package:
6654
name: Package the binaries into an executables for Windows, MacOS, and Linux (Ubuntu)
6755
needs: build

0 commit comments

Comments
 (0)