Skip to content

Commit

Permalink
changed artifacts naming
Browse files Browse the repository at this point in the history
  • Loading branch information
speters committed Nov 5, 2018
1 parent 18a9744 commit aa3f0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aa3f0ad

Please sign in to comment.