Skip to content

Commit 05049e7

Browse files
committed
asg
1 parent 74d012b commit 05049e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353

5454
- name: Create msi
5555
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
56+
ls target/wix/
57+
mv target/wix/*.msi ${{ matrix.packages }}.x86-64_windows.msi
5858
5959
- uses: actions/upload-artifact@v4
6060
with:

0 commit comments

Comments
 (0)