From d46cc407dfec340606ab4d5841a79b3571ee122a Mon Sep 17 00:00:00 2001 From: Willian Paixao Date: Sat, 11 Dec 2021 20:33:58 +0100 Subject: update makefile and pipeline workflow --- .github/workflows/main.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f07c5db0..7112d820 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,11 +10,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Compile beats-time app + - name: Compile starter-project app run: make - working-directory: 'apps/beats-time/make' + working-directory: 'apps/starter-project' + - name: Compile accelerometer-test app + run: make + working-directory: 'apps/accelerometer-test' - name: Upload UF2 uses: actions/upload-artifact@v2 with: - name: watch.uf2 - path: apps/beats-time/make/build/watch.uf2 + name: watch.uf2.uf2 + path: apps/**/build/watch.uf2 -- cgit v1.2.3