ci: Overwrite previous artifact uploads for proper releases

This commit is contained in:
2025-02-28 20:29:15 -07:00
parent 8a0b912601
commit 0aa9fdca14
+1
View File
@@ -309,6 +309,7 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
path: artifacts path: artifacts
overwrite: true
publish-chocolatey-package: publish-chocolatey-package:
needs: [publish-github-release] needs: [publish-github-release]