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

This commit is contained in:
Jean-François Milants 2022-10-11 17:25:40 +02:00
parent 964f065de4
commit 6dd67eb5a2

View File

@ -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