summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2022-10-11 17:25:40 +0200
committerJean-François Milants <jf@codingfield.com>2022-10-11 17:25:40 +0200
commit6dd67eb5a2159089484c12dece8345642b4812f3 (patch)
tree0c0b10738792c7245278ab583ce0b7fc18d09a3c /.github
parent964f065de43bf2e5b681d9ca3ebc1e335843a717 (diff)
CI worklow "build-firmware" : add the infinitime-resources packages to the build artifacts.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml5
1 files changed, 5 insertions, 0 deletions
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