Skip to content

Commit 8067a30

Browse files
committed
Fixed release.yml upload step
1 parent da92fbf commit 8067a30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
with:
6767
name: Installer
6868
path: ./artifacts/*.msi
69+
overwrite: true
6970
- name: Create Release
7071
uses: ncipollo/[email protected]
7172
with:
@@ -142,6 +143,7 @@ jobs:
142143
with:
143144
name: Binaries
144145
path: ./artifacts
146+
overwrite: true
145147
- name: WinGet Releaser
146148
uses: vedantmgoyal9/winget-releaser@main
147149
if: ${{ env.is_prerelease == 0 }}

0 commit comments

Comments
 (0)