[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
|
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.*
|
||||||
|
Loading…
Reference in New Issue
Block a user