[actions] don't specify the artifact's name
All checks were successful
Build / build-sporq (push) Successful in 1m41s

This commit is contained in:
Marius Alwan Meyer 2023-07-17 12:00:17 +02:00
parent ec6e41197f
commit c4557ed479

View File

@ -25,10 +25,9 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
if: always() if: always()
with: with:
name: artifacts-${{ github.event.inputs.branch || github.ref_name }}-${{ matrix.keymap }}
if-no-files-found: ignore if-no-files-found: ignore
path: | path: |
*.bin *.bin
*.hex *.hex
*.uf2 *.uf2
.build/failed.* # .build/failed.*