From ae167c8467d67e37563068ef4f369e782b2e9a49 Mon Sep 17 00:00:00 2001 From: Vladimir Umek Date: Fri, 18 Oct 2024 14:14:14 +0200 Subject: [PATCH] Change the artifact name --- .github/workflows/gen_pack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gen_pack.yml b/.github/workflows/gen_pack.yml index 84cb37c..dd048f2 100644 --- a/.github/workflows/gen_pack.yml +++ b/.github/workflows/gen_pack.yml @@ -30,11 +30,11 @@ jobs: doxygen-version: none packchk-version: 1.4.1 gen-pack-script: ./gen_pack.sh - gen-pack-output: ./output - name: Upload pack uses: actions/upload-artifact@v4 with: - name: Generated CMSIS pack + name: Generated CMSIS pack (in zip archive) path: ./output/*.pack + overwrite: true retention-days: 3 \ No newline at end of file