diff --git a/.appveyor.yml b/.appveyor.yml index cb564e1c..c56ae801 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -80,8 +80,7 @@ after_build: ) else ( set "version=%APPVEYOR_REPO_BRANCH%" ) - set "artifact=%version%-windows-%arch%-%compiler%- -%libtype%" + set "artifact=%version%-windows-%arch%-%compiler%-%libtype%" pushd build\meson-out if %buildtype%==static ( rem TODO msvc only?