CI worklow "build-firmware" : add the infinitime-resources packages to the build artifacts.
This commit is contained in:
parent
964f065de4
commit
6dd67eb5a2
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user