diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-22 03:33:23 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-22 03:33:23 (GMT) |
| commit | 44b0893b4a566ec01780f982c4062d903c260dd9 (patch) | |
| tree | b91c4e64b09eb839abe4da9630fe87b11ddf0e03 /.github/workflows/c-cpp.yml | |
| parent | 3e89f9fd494b84ac2cd287d6587375ab990c7de5 (diff) | |
Find output
Diffstat (limited to '.github/workflows/c-cpp.yml')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 0ed1061..ac552a5 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -66,12 +66,15 @@ jobs: - name: Make # For debugging builds, remove option "-j" for clearer output. Add "--trace" to see details. run: cd build && make -j pinetime-app + + - name: Find output + run: find . -name pinetime-app.out - name: Upload built firmware uses: actions/upload-artifact@v2 with: # Artifact name - name: firmware # optional + # 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 |
