Skip to content

Commit 74d012b

Browse files
committed
log
1 parent a2b7a93 commit 74d012b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-windows.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
run: Compress-Archive -Path result/* -DestinationPath ${{ matrix.package }}.x86_64-windows.zip
5353

5454
- name: Create msi
55-
run: cp target/x86_64-pc-windows-msvc/release/*.msi ${{ matrix.packages }}.x86-64_windows.msi
55+
run: |
56+
ls target/x86_64-pc-windows-msvc/release/
57+
mv target/x86_64-pc-windows-msvc/release/*.msi ${{ matrix.packages }}.x86-64_windows.msi
5658
5759
- uses: actions/upload-artifact@v4
5860
with:

0 commit comments

Comments
 (0)