There was an error while loading. Please reload this page.
1 parent bd61c3a commit 9ecead9Copy full SHA for 9ecead9
.github/workflows/package_main.yml
@@ -50,18 +50,6 @@ jobs:
50
build/flasher_args.json
51
build/flash_args
52
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
-
65
package:
66
name: Package the binaries into an executables for Windows, MacOS, and Linux (Ubuntu)
67
needs: build
0 commit comments