refactor(build): Don't push artifacts after the appveyor build

This commit is contained in:
Julius Pfrommer 2024-06-29 19:25:33 +02:00 committed by Julius Pfrommer
parent 00a5dbf812
commit bab18d627e

View File

@ -36,8 +36,3 @@ install:
build_script:
- ps: '& "./tools/appveyor/build.ps1"'
after_build:
# Only push artifact if make install is defined
- appveyor PushArtifact %APPVEYOR_BUILD_FOLDER%\open62541-%CC_SHORTNAME%-static.zip
- appveyor PushArtifact %APPVEYOR_BUILD_FOLDER%\open62541-%CC_SHORTNAME%-dynamic.zip