From 0aa9fdca145c3afa124db8d631315ee2862d30ac Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 28 Feb 2025 20:29:15 -0700 Subject: [PATCH] ci: Overwrite previous artifact uploads for proper releases --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa0d1a3..694f548 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -309,6 +309,7 @@ jobs: uses: actions/upload-artifact@v4 with: path: artifacts + overwrite: true publish-chocolatey-package: needs: [publish-github-release]