Skip to content

Commit

Permalink
Use single artifact as non-zip artifacts are not possible
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Aug 7, 2024
1 parent f410a68 commit a004624
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/10_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,11 @@ jobs:
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE .
make
- name: Upload artifacts (picoboot_full.uf2)
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: picoboot_full.uf2
path: picoboot_full.uf2

- name: Upload artifacts (picoboot.uf2)
uses: actions/upload-artifact@v4
with:
name: picoboot.uf2
path: picoboot.uf2

- name: Upload artifacts (payload.uf2)
uses: actions/upload-artifact@v4
with:
name: payload.uf2
path: payload.uf2

name: picoboot-${{ github.sha }}
path: |
picoboot_full.uf2
picoboot.uf2
payload.uf2

0 comments on commit a004624

Please sign in to comment.