summaryrefslogtreecommitdiff
path: root/.github/workflows/c-cpp.yml
diff options
context:
space:
mode:
authorLee Lup Yuen <luppy@appkaki.com>2020-07-22 03:40:22 (GMT)
committerGitHub <noreply@github.com>2020-07-22 03:40:22 (GMT)
commit33270cad7ec4aabd8e45e9377da6f1adbe97a553 (patch)
treec5e432b86c3b2f183f345e3138ec5f06717510b8 /.github/workflows/c-cpp.yml
parentdc59bde197dd532e0ebee981474adf82ab4efc34 (diff)
Rename artifact
Diffstat (limited to '.github/workflows/c-cpp.yml')
-rw-r--r--.github/workflows/c-cpp.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index c8b5ee8..0647089 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -73,10 +73,10 @@ jobs:
- name: Upload built firmware
uses: actions/upload-artifact@v2
with:
- # Artifact name
- # name: pinetime-app.out # optional
+ # Artifact name (optional)
+ name: pinetime-app.out
# A file, directory or wildcard pattern that describes what to upload
- path: build/src/pinetime-app.*
+ path: build/src/pinetime-app.out
# 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.