diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-02-28 21:18:48 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-02-28 21:18:48 -0500 |
| commit | 98a03fc93534a22d11c0a6a50f9982c397232ad3 (patch) | |
| tree | 320033158670899b23de2c851cf83d4dd2c5e49c /.github | |
| parent | c24a4f7d663bfc8e6020856b79b7ac0765ffb773 (diff) | |
upload bin and uf2 for arduino boards; remove unneeded build steps
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d91e44358..32c949a3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -273,6 +273,3 @@ jobs: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')) - - name: Install upload deps - run: | - pip install uritemplate |
