Skip to content

Commit

Permalink
workflow: fix windows binary
Browse files Browse the repository at this point in the history
  • Loading branch information
SenkJu committed Dec 24, 2023
1 parent 68be8e3 commit 13f431b
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 @@ -73,7 +73,7 @@ jobs:
if: matrix.platform == 'windows-latest'
with:
name: liquidlauncher-windows
path: ./src-tauri/target/release/bundle/msi/liquid-launcher_**.msi.*
path: ./src-tauri/target/release/bundle/msi/LiquidLauncher_**.msi.*

- uses: actions/upload-artifact@v3
if: matrix.platform == 'macos-latest'
Expand Down

0 comments on commit 13f431b

Please sign in to comment.