try to upload update-uf2 as build artifact seperatedly

This commit is contained in:
hathach 2021-02-01 22:48:10 +07:00
parent 9cd276622b
commit dcbd2841ea

View file

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