Skip to content

Commit

Permalink
Fix Windows copy path
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Dec 13, 2024
1 parent 773b821 commit 07a7407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Rename Windows files
if: matrix.runtime == 'win-x64'
run: |
mv src-tauri/target/x86_64-pc-windows-msvc/release/bundle/msi/Angor_${{ env.VERSION }}_x64_en-US.msi src-tauri/x86_64-pc-windows-msvc/target/release/bundle/msi/angor-desktop-${{ env.VERSION }}-win-x64.msi
mv src-tauri/target/x86_64-pc-windows-msvc/release/bundle/msi/Angor_${{ env.VERSION }}_x64_en-US.msi src-tauri/target/x86_64-pc-windows-msvc/release/bundle/msi/angor-desktop-${{ env.VERSION }}-win-x64.msi
- name: Rename Windows files
if: matrix.runtime == 'win-arm64'
Expand Down

0 comments on commit 07a7407

Please sign in to comment.