Upload firmware

This commit is contained in:
Lee Lup Yuen 2020-07-22 11:36:42 +08:00 committed by GitHub
parent 44b0893b4a
commit dc59bde197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ jobs:
# Artifact name
# name: pinetime-app.out # optional
# A file, directory or wildcard pattern that describes what to upload
path: /home/runner/work/pinetime-lab/pinetime-lab/README.md # TODO
path: build/src/pinetime-app.*
# Embedded Arm Toolchain and nRF5 SDK will only be cached if the build succeeds.
# So make sure that the first build always succeeds, e.g. comment out the "Make" step.