Skip to content

Commit

Permalink
fix(ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenx-dust committed Jan 20, 2025
1 parent 2847afb commit ec6517d
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 @@ -135,7 +135,7 @@ jobs:
mkdir "${{ env.DISPLAY_NAME }}"
cd "${{ env.DISPLAY_NAME }}"
cp ../build/Release/${{ env.TARGET_NAME }}.exe .
$Qt6_DIR\bin\windeployqt.exe --qtpaths "$Qt6_DIR/bin/qtpaths.bat" ${{ env.TARGET_NAME }}.exe
& "$Qt6_DIR\bin\windeployqt.exe" --qtpaths "$Qt6_DIR/bin/qtpaths.bat" ${{ env.TARGET_NAME }}.exe
curl -LO https://github.com/Mythologyli/zju-connect/releases/latest/download/zju-connect-windows-arm64.zip
tar -xf zju-connect-windows-arm64.zip
rm zju-connect-windows-arm64.zip
Expand Down

0 comments on commit ec6517d

Please sign in to comment.