Skip to content

Commit 95917c6

Browse files
pipe01JF002
authored andcommitted
Update main.yml
1 parent 3a0d673 commit 95917c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
with:
5757
name: InfiniTime MCUBoot image ${{ github.head_ref }}
5858
path: ./build/output/pinetime-mcuboot-app-image-*.bin
59+
- name: Upload standalone ELF artifacts
60+
uses: actions/upload-artifact@v3
61+
with:
62+
name: InfiniTime image ${{ github.head_ref }}
63+
path: ./build/output/src/pinetime-app-*.out
5964
- name: Upload resources artifacts
6065
uses: actions/upload-artifact@v3
6166
with:

0 commit comments

Comments
 (0)