diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-22 03:36:42 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-22 03:36:42 (GMT) |
| commit | dc59bde197dd532e0ebee981474adf82ab4efc34 (patch) | |
| tree | 27f3689cc7343ba78678b8692b2849c43f98d327 /.github/workflows/c-cpp.yml | |
| parent | 44b0893b4a566ec01780f982c4062d903c260dd9 (diff) | |
Upload firmware
Diffstat (limited to '.github/workflows/c-cpp.yml')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index ac552a5..c8b5ee8 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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. |
