File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898
9999 - name : Collect files
100100 run : |
101+ @echo on
101102 move build\bin\Release win_installer\files || exit /b !errorlevel!
102- mkdir win_installer\files\addons || exit /b !errorlevel!
103- copy addons\*.* win_installer\files\addons || exit /b !errorlevel!
104103 copy addons\dist\misra\*.* win_installer\files\addons || exit /b !errorlevel!
105- mkdir win_installer\files\cfg || exit /b !errorlevel!
106- copy cfg\*.cfg win_installer\files\cfg || exit /b !errorlevel!
107- :: "platforms" is a folder used by Qt as well so it already exists
108- :: mkdir win_installer\files\platforms || exit /b !errorlevel!
109- copy platforms\*.xml win_installer\files\platforms || exit /b !errorlevel!
110104 copy bin\cppcheck.exe win_installer\files || exit /b !errorlevel!
111105 copy bin\cppcheck-core.dll win_installer\files || exit /b !errorlevel!
112106 mkdir win_installer\files\help || exit /b !errorlevel!
@@ -123,7 +117,7 @@ jobs:
123117 for /f "tokens=4 delims= " %%a in ('find "ProductVersion" productInfo.wxi') do set PRODUCTVER=%%a
124118 REM Remove double quotes
125119 set PRODUCTVER=%PRODUCTVER:"=%
126- echo ProductVersion="%PRODUCTVER%" || exit /b !errorlevel!
120+ @ echo ProductVersion="%PRODUCTVER%" || exit /b !errorlevel!
127121 msbuild -m cppcheck.wixproj -p:Platform=x64,ProductVersion=%PRODUCTVER%.${{ github.run_number }} || exit /b !errorlevel!
128122
129123 - uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments