Skip to content

Commit 88aa801

Browse files
authored
Update cmake-single-platform.yml
1 parent 5d7a175 commit 88aa801

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/cmake-single-platform.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,23 @@ jobs:
4949
# Build your program with the given configuration
5050
run: cmake --build ${{github.workspace}}/build
5151

52+
- name: Delete previous tag release
53+
run: git tag -d pico2-autorelease; git push origin :refs/tags/pico2-autorelease
54+
55+
5256
- name: Release
5357
uses: softprops/action-gh-release@v2
5458
with:
5559
make_latest: true
5660
tag_name: pico2-autorelease
57-
files: ${{github.workspace}}/build/swift-blinky.uf2
61+
files: |
62+
${{github.workspace}}/build/swift-rp2350-lvgl-st7789.uf2
63+
${{github.workspace}}/build/swift-rp2350-lvgl-st7789.dis
64+
${{github.workspace}}/build/swift-rp2350-lvgl-st7789.elf
65+
${{github.workspace}}/build/swift-rp2350-lvgl-st7789.elf.map
66+
body: This is a binary <b>automatically built by a GitHub workflow</b> for the Pico 2. It should include the latest changes if the build process didn't fail.
67+
68+
5869

5970

6071

0 commit comments

Comments
 (0)