We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0d673 commit 95917c6Copy full SHA for 95917c6
.github/workflows/main.yml
@@ -56,6 +56,11 @@ jobs:
56
with:
57
name: InfiniTime MCUBoot image ${{ github.head_ref }}
58
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
64
- name: Upload resources artifacts
65
uses: actions/upload-artifact@v3
66
0 commit comments