From 6dd67eb5a2159089484c12dece8345642b4812f3 Mon Sep 17 00:00:00 2001 From: Jean-François Milants Date: Tue, 11 Oct 2022 17:25:40 +0200 Subject: CI worklow "build-firmware" : add the infinitime-resources packages to the build artifacts. --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7af14c5..9095422d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 -- cgit v1.2.3