summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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