From 6cad99c20b2ce87f8801350a1df791cd2d1c0394 Mon Sep 17 00:00:00 2001 From: kaanyagci Date: Mon, 12 Aug 2024 18:24:21 +0200 Subject: [PATCH] fix(gha): fix upload artifact for windows Signed-off-by: kaanyagci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef5e18a..20b078b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: kickstart-${{ matrix.goos }}-${{ matrix.goarch }} - path: dist/kickstart-${{ matrix.goos }}-${{ matrix.goarch }} + path: dist/kickstart-${{ matrix.goos }}-${{ matrix.goarch }}* release: name: Create Release and Upload Assets