From 8d3384545f11703568f9e92f246c2fa32b0b62f3 Mon Sep 17 00:00:00 2001 From: derselbst Date: Sun, 20 May 2018 10:28:42 +0200 Subject: [PATCH] appveyor: rename build artifacts to reflect %platform% --- .appveyor-vcpkg.yml | 4 ++-- .appveyor.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor-vcpkg.yml b/.appveyor-vcpkg.yml index 1f6825934..2fdf8b187 100644 --- a/.appveyor-vcpkg.yml +++ b/.appveyor-vcpkg.yml @@ -61,8 +61,8 @@ build_script: - cmake --build . --config Release --target check # build unittests after_build: - - 7z a fluidsynth.zip %APPVEYOR_BUILD_FOLDER%\build\src\Release\* + - 7z a fluidsynth-vcpkg-%platform%.zip %APPVEYOR_BUILD_FOLDER%\build\src\Release\* artifacts: - - path: build/fluidsynth.zip + - path: build/fluidsynth-vcpkg-%platform%.zip name: FluidSynth diff --git a/.appveyor.yml b/.appveyor.yml index bfa1dddee..a6fb0afe4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -64,8 +64,8 @@ build_script: # - cmake --build . --config Release --target check # build unittests after_build: - - 7z a fluidsynth.zip %APPVEYOR_BUILD_FOLDER%\build\src\Release\* c:\deps\bin\libglib*.dll c:\deps\bin\libgthread*.dll c:\deps\bin\*intl*.dll + - 7z a fluidsynth-%platform%.zip %APPVEYOR_BUILD_FOLDER%\build\src\Release\* c:\deps\bin\libglib*.dll c:\deps\bin\libgthread*.dll c:\deps\bin\*intl*.dll artifacts: - - path: build/fluidsynth.zip + - path: build/fluidsynth-%platform%.zip name: FluidSynth