We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964f065 commit 6dd67ebCopy full SHA for 6dd67eb
1 file changed
.github/workflows/main.yml
@@ -48,6 +48,11 @@ jobs:
48
with:
49
name: InfiniTime MCUBoot image ${{ github.head_ref }}
50
path: ./build/output/pinetime-mcuboot-app-image-*.bin
51
+ - name: Upload resources artifacts
52
+ uses: actions/upload-artifact@v3
53
+ with:
54
+ name: InfiniTime resources ${{ github.head_ref }}
55
+ path: ./build/output/infinitime-resources-*.zip
56
57
build-simulator:
58
runs-on: ubuntu-latest
0 commit comments