From 061d67337ac4571960a077dbfb64f952dc435a80 Mon Sep 17 00:00:00 2001 From: Ryan Stecker Date: Wed, 22 Oct 2025 20:38:23 -0500 Subject: [PATCH] Clean up artifacts condition. --- .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 67b7b48..83588eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,7 @@ jobs: - uses: actions/upload-artifact@v4 name: Upload artifacts - if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (startsWith(matrix.os, 'windows-latest') || startsWith(matrix.os, 'ubuntu-latest')) + if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') with: name: "${{ env.ARTIFACT_NAME }}" path: "extension/build/package/"