From 125c8f3433f4c15430370e49f71e7eb268ad12f9 Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Mon, 1 Jul 2024 17:55:18 +0200 Subject: [PATCH] Include zip as well as dir --- .github/workflows/ci-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 9056d1a86d..4e573d2f38 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -495,4 +495,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: dist - path: ./build/*.zip \ No newline at end of file + path: ./build/weld-* \ No newline at end of file