Skip to content

Commit

Permalink
save the artifacts from proper path
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Aug 13, 2021
1 parent 279d9f2 commit 739d366
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_rp2xxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
with:
name: examples_pico_${{ matrix.board }}
path: |
${{ github.workspace }}/build/*.uf2
${{ github.workspace }}/build/*.elf
# ${{ github.workspace }}/build/*.hex
# ${{ github.workspace }}/build/*.bin
${{ github.workspace }}/RF24Network/build/*.uf2
${{ github.workspace }}/RF24Network/build/*.elf
# ${{ github.workspace }}/RF24Network/build/*.hex
# ${{ github.workspace }}/RF24Network/build/*.bin

0 comments on commit 739d366

Please sign in to comment.