CI worklow "build-firmware" : add the infinitime-resources packages to the build artifacts.

main
Jean-François Milants 2022-10-11 17:25:40 +07:00
parent 964f065de4
commit 6dd67eb5a2
1 changed files with 5 additions and 0 deletions

@ -48,6 +48,11 @@ jobs:
with:
name: InfiniTime MCUBoot image ${{ github.head_ref }}
path: ./build/output/pinetime-mcuboot-app-image-*.bin
- name: Upload resources artifacts
uses: actions/upload-artifact@v3
with:
name: InfiniTime resources ${{ github.head_ref }}
path: ./build/output/infinitime-resources-*.zip
build-simulator:
runs-on: ubuntu-latest