Skip to content

Commit 349c790

Browse files
committed
ci: fix build for windows
1 parent a9e3fcb commit 349c790

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release-desktop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ jobs:
129129
- name: Hash files (windows)
130130
if: matrix.platform == 'windows-latest'
131131
run: |
132-
Remove-Item -Force "target/release/bundle/msi/Music Player_x64_en-US.msi"
133132
move target/release/bundle/msi/Music*.msi target/release/bundle/msi/Music_Player_x64_en-US.msi
134133
checksum -t sha256 -f="target/release/bundle/msi/Music_Player_x64_en-US.msi" > target/release/bundle/msi/Music_Player_x64_en-US.msi.sha256
135134
- name: Releasing artifacts (windows)

0 commit comments

Comments
 (0)