File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,21 @@ jobs:
5555 cmake -S . -B build "-DFFMPEG_ROOT_PATH=../ffmpeg/ffmpeg-n4.4.4-94-g5d07afd482-win64-gpl-shared-4.4" -DFFTOOL_TRANSCODER=OFF &&
5656 cmake --build build --config Release --parallel)
5757
58+ - name : Deploy project
59+ mkdir D:\deploy\OpenConverter
60+ cd D:\deploy\OpenConverter
61+ cp D:\a\OpenConverter\OpenConverter\src\build\Release\OpenConverter.exe .
62+ " D:\a\_ temp\Q t\6 .4.3\m svc2019_64\b in\w indeployqt.exe" .\OpenConverter.exe
63+ cp D:\a\OpenConverter\OpenConverter\ffmpeg\ffmpeg-n4.4.4-…\bin\*.dll .\
64+ cd D:\deploy
65+ powershell Compress-Archive -Path OpenConverter -DestinationPath OpenConverter_win64.zip
66+
5867 # (Optional) Archive the build artifacts.
5968 - name : Upload build artifacts
6069 uses : actions/upload-artifact@v4
6170 with :
6271 name : qt-build-artifacts
63- path : build/Release/
72+ path : D:\deploy\OpenConverter_win64.zip
6473
6574 - name : Setup tmate session
6675 if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments