From 81ca5878c7095bc0adf7a1824a48da4eae433af2 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer Date: Mon, 17 Jul 2023 12:06:10 +0200 Subject: [PATCH] [actions] include the file extension in the name and only handle .u2f files --- .gitea/workflows/build-sporq.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-sporq.yaml b/.gitea/workflows/build-sporq.yaml index 098d7fd124..ec0abad58a 100644 --- a/.gitea/workflows/build-sporq.yaml +++ b/.gitea/workflows/build-sporq.yaml @@ -25,9 +25,10 @@ jobs: uses: actions/upload-artifact@v3 if: always() with: + name: firmware.u2f if-no-files-found: ignore path: | - *.bin - *.hex *.uf2 + # *.bin + # *.hex # .build/failed.*