From dc59bde197dd532e0ebee981474adf82ab4efc34 Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Wed, 22 Jul 2020 11:36:42 +0800 Subject: [PATCH] Upload firmware --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index ac552a5f..c8b5ee8d 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.