Skip to content

Commit 6dd67eb

Browse files
committed
CI worklow "build-firmware" : add the infinitime-resources packages to the build artifacts.
1 parent 964f065 commit 6dd67eb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
with:
4949
name: InfiniTime MCUBoot image ${{ github.head_ref }}
5050
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
5156

5257
build-simulator:
5358
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)