Skip to content

Commit

Permalink
asg
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Sep 16, 2024
1 parent 74d012b commit 05049e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:

- name: Create msi
run: |
ls target/x86_64-pc-windows-msvc/release/
mv target/x86_64-pc-windows-msvc/release/*.msi ${{ matrix.packages }}.x86-64_windows.msi
ls target/wix/
mv target/wix/*.msi ${{ matrix.packages }}.x86-64_windows.msi
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 05049e7

Please sign in to comment.