We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b7a93 commit 74d012bCopy full SHA for 74d012b
.github/workflows/build-windows.yml
@@ -52,7 +52,9 @@ jobs:
52
run: Compress-Archive -Path result/* -DestinationPath ${{ matrix.package }}.x86_64-windows.zip
53
54
- name: Create msi
55
- run: cp target/x86_64-pc-windows-msvc/release/*.msi ${{ matrix.packages }}.x86-64_windows.msi
+ 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
58
59
- uses: actions/upload-artifact@v4
60
with:
0 commit comments