summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLee Lup Yuen <luppy@appkaki.com>2020-07-27 08:01:58 (GMT)
committerGitHub <noreply@github.com>2020-07-27 08:01:58 (GMT)
commit4c4cb064534c07030a0336e63d681170e06c0387 (patch)
treeb267fc28e3fa84464628992cd01c7a9dd261f58a /.github/workflows
parent1e0ec474b35e069755da0a356af6f62ef1a0ff42 (diff)
Update main.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d7252f0..cedff06 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,4 +1,5 @@
# GitHub Actions Workflow to build FreeRTOS Firmware for PineTime Smart Watch
+# See https://lupyuen.github.io/pinetime-rust-mynewt/articles/cloud
# Based on https://github.com/JF002/Pinetime/blob/master/doc/buildAndProgram.md
# Name of this Workflow
@@ -74,8 +75,8 @@ jobs:
run: cd build && make pinetime-app
- name: Find output
- run: find . -name pinetime-app.out
-
+ run: find . -name pinetime-app.out -ls
+
- name: Upload built firmware
uses: actions/upload-artifact@v2
with: