From 94d4285f8d28c6011d4b5c952a5b4b2e824d3218 Mon Sep 17 00:00:00 2001 From: Elias Ruemmler Date: Mon, 28 Mar 2022 14:30:58 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index cffec55..1f1a1e6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ build: project: FlowCalc.sln verbosity: minimal after_build: -- cmd: 7z a FlowCalc-%CONFIGURATION%-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\FlowCalc\bin\%CONFIGURATION%\*.exe %APPVEYOR_BUILD_FOLDER%\FlowCalc\bin\%CONFIGURATION%\*.dll %APPVEYOR_BUILD_FOLDER%\PumpDefinitions %APPVEYOR_BUILD_FOLDER%\FittingDefinitions .\%APPVEYOR_BUILD_FOLDER%\PumpDefinitionEditor\bin\%CONFIGURATION%\PumpDefinitionEditor.exe +- cmd: 7z a FlowCalc-%CONFIGURATION%-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\FlowCalc\bin\%CONFIGURATION%\*.exe %APPVEYOR_BUILD_FOLDER%\FlowCalc\bin\%CONFIGURATION%\*.dll %APPVEYOR_BUILD_FOLDER%\PumpDefinitions %APPVEYOR_BUILD_FOLDER%\FittingDefinitions %APPVEYOR_BUILD_FOLDER%\PumpDefinitionEditor\bin\%CONFIGURATION%\PumpDefinitionEditor.exe* artifacts: - path: FlowCalc-%CONFIGURATION%-%APPVEYOR_BUILD_VERSION%.zip deploy: