From 3aa78c4485e5e80fe77c4c336d30179aa52380dc Mon Sep 17 00:00:00 2001 From: Ryan Stecker Date: Sun, 3 Mar 2024 18:07:17 -0600 Subject: [PATCH] Almost there. --- .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 7f60651..aeea86f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,7 +160,7 @@ jobs: - uses: actions/upload-artifact@v4 name: Upload artifacts - if: github.event_name == 'push' && github.ref == 'refs/heads/master' + if: github.event_name == 'push' && github.ref == 'refs/heads/master' && (startsWith(matrix.os, 'windows-latest') || startsWith(matrix.os, 'ubuntu-latest')) with: name: "${{ env.ARTIFACT_NAME }}" path: "extension/build/package/${{ env.ZIP_FILENAME }}"