Skip to content

Commit

Permalink
CI: Accidentally wrong comment prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
NlGHT committed Sep 5, 2024
1 parent 36c0233 commit a9ce713
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@ jobs:
- name: Deploy
shell: cmd
run: |
dir
"${{ env.Qt6_DIR }}\bin\windeployqt.exe" build/${{ env.PROJECT }}.exe
copy "${{ env.Qt6_DIR }}\bin\libgcc_s_seh-1.dll" build
copy "${{ env.Qt6_DIR }}\bin\libstdc++-6.dll" build
copy "${{ env.Qt6_DIR }}\bin\libwinpthread-1.dll" build
cd build
# del /f /s /q .qt CMakeCache.txt cmake_install.cmake compile_commands.json D3Dcompiler_47.dll CMakeFiles translations framelesshelper qwindowkit
# rmdir /s /q CMakeFiles imageformats translations .qt framelesshelper qwindowkit
del /f /s /q .qt CMakeCache.txt cmake_install.cmake compile_commands.json D3Dcompiler_47.dll CMakeFiles translations qwindowkit
rmdir /s /q CMakeFiles imageformats translations .qt qwindowkit
- name: Tar build
shell: cmd
run: |
Expand Down

0 comments on commit a9ce713

Please sign in to comment.