diff options
| author | Willian Paixao <willian@ufpa.br> | 2021-12-05 18:37:44 +0100 |
|---|---|---|
| committer | Willian Paixao <willian@ufpa.br> | 2021-12-05 18:54:28 +0100 |
| commit | ddf3bf51c26532d2779f565281edfd0b84e450eb (patch) | |
| tree | c7a880a93997d78e3d4107d5d50016f982926973 /.github/workflows | |
| parent | 7fea11f34cbaffe81e9ed709a8e7e1cb0600f7ce (diff) | |
| download | Sensor-Watch-ddf3bf51c26532d2779f565281edfd0b84e450eb.tar.gz Sensor-Watch-ddf3bf51c26532d2779f565281edfd0b84e450eb.tar.bz2 Sensor-Watch-ddf3bf51c26532d2779f565281edfd0b84e450eb.zip | |
update gitgnore
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba485570..f07c5db0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Compile Starter Project + - name: Compile beats-time app run: make working-directory: 'apps/beats-time/make' - + - name: Upload UF2 + uses: actions/upload-artifact@v2 + with: + name: watch.uf2 + path: apps/beats-time/make/build/watch.uf2 |
