From aa3f0ada5a18e619f22698bec52e9e1a7d67c4fe Mon Sep 17 00:00:00 2001 From: "Soenke J. Peters" Date: Mon, 5 Nov 2018 16:59:50 +0100 Subject: [PATCH] changed artifacts naming --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 534d877e..c2bbafc6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -35,7 +35,7 @@ build_script: after_build: - '%CYGSH% "echo $APPVEYOR_BUILD_VERSION > $APPVEYOR_BUILD_FOLDER/build/VERSION"' - - '%CYGSH% "cd $APPVEYOR_BUILD_FOLDER/build && cp ../COPYING . && 7z a $APPVEYOR_BUILD_FOLDER/vcontrold-cygwin_$(echo -n $APPVEYOR_BUILD_VERSION | sed -e s/^v//)_$ARCH.zip *.exe COPYING VERSION"' + - '%CYGSH% "cd $APPVEYOR_BUILD_FOLDER/build && cp ../COPYING . && 7z a $APPVEYOR_BUILD_FOLDER/vcontrold_$(echo -n $APPVEYOR_BUILD_VERSION | sed -e s/^v//)-$APPVEYOR_BUILD_NUMBER-cygwin_$ARCH.zip *.exe COPYING VERSION"' artifacts: - name: vcontrold-cygwin_$(ARCH)