[actions] don't specify the artifact's name
All checks were successful
Build / build-sporq (push) Successful in 1m41s
All checks were successful
Build / build-sporq (push) Successful in 1m41s
This commit is contained in:
parent
ec6e41197f
commit
c4557ed479
@ -25,10 +25,9 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: artifacts-${{ github.event.inputs.branch || github.ref_name }}-${{ matrix.keymap }}
|
||||
if-no-files-found: ignore
|
||||
path: |
|
||||
*.bin
|
||||
*.hex
|
||||
*.uf2
|
||||
.build/failed.*
|
||||
# .build/failed.*
|
||||
|
Loading…
Reference in New Issue
Block a user