We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a9744 commit aa3f0adCopy full SHA for aa3f0ad
1 file changed
.appveyor.yml
@@ -35,7 +35,7 @@ build_script:
35
36
after_build:
37
- '%CYGSH% "echo $APPVEYOR_BUILD_VERSION > $APPVEYOR_BUILD_FOLDER/build/VERSION"'
38
- - '%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"'
39
40
artifacts:
41
- name: vcontrold-cygwin_$(ARCH)
0 commit comments