Update main.yml

This commit is contained in:
Lee Lup Yuen 2020-07-27 16:01:58 +08:00 committed by GitHub
parent 1e0ec474b3
commit 4c4cb06453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: