Find output
This commit is contained in:
parent
3e89f9fd49
commit
44b0893b4a
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
@ -66,12 +66,15 @@ jobs:
|
|||||||
- name: Make
|
- name: Make
|
||||||
# For debugging builds, remove option "-j" for clearer output. Add "--trace" to see details.
|
# For debugging builds, remove option "-j" for clearer output. Add "--trace" to see details.
|
||||||
run: cd build && make -j pinetime-app
|
run: cd build && make -j pinetime-app
|
||||||
|
|
||||||
|
- name: Find output
|
||||||
|
run: find . -name pinetime-app.out
|
||||||
|
|
||||||
- name: Upload built firmware
|
- name: Upload built firmware
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
# Artifact name
|
# Artifact name
|
||||||
name: firmware # optional
|
# name: pinetime-app.out # optional
|
||||||
# A file, directory or wildcard pattern that describes what to upload
|
# A file, directory or wildcard pattern that describes what to upload
|
||||||
path: /home/runner/work/pinetime-lab/pinetime-lab/README.md # TODO
|
path: /home/runner/work/pinetime-lab/pinetime-lab/README.md # TODO
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user