From a73d248baa21adfdcb547baa3b33fcfd32dea583 Mon Sep 17 00:00:00 2001 From: Frederik Bertling Date: Sun, 28 Apr 2024 17:43:45 +0200 Subject: [PATCH] fix(actions): Artifact names now match their file names Signed-off-by: Frederik Bertling --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97e22e7..5c578b0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,7 @@ jobs: - linux - windows - macos - if: github.ref_type == 'tag' + #if: github.ref_type == 'tag' runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v4