ci: Overwrite previous artifact uploads for proper releases
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user