try to upload update-uf2 as build artifact seperatedly
This commit is contained in:
parent
9cd276622b
commit
dcbd2841ea
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -35,7 +35,6 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/cache@v2
|
||||
name: Fetch IDF tool cache
|
||||
|
|
@ -154,6 +153,11 @@ jobs:
|
|||
name: ${{ matrix.board }}
|
||||
path: ${{ env.PORT }}/_bin/${{ matrix.board }}
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: update-tinyuf2-${{ matrix.board }}.uf2
|
||||
path: ${{ env.PORT }}/_bin/${{ matrix.board }}/update-tinyuf2-${{ matrix.board }}.uf2
|
||||
|
||||
- name: Create Release Asset
|
||||
if: ${{ github.event_name == 'release' }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue