Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Fix artifacts upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Jul 4, 2018
1 parent 958b418 commit b2d5cf3
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 @@ -20,7 +20,7 @@ after_build:
- cmd: msbuild DWS.sln
- cmd: md DWS-Build
- cmd: copy DWS\bin\Release\DWS.exe DWS-Build
- cmd: 7z a -tzip "DWS-build.zip" DWS-Build/*.*
- cmd: 7z a -tzip "DWS-build-Win7881.zip" DWS-Build/*.*

artifacts:
- path: DWS-build-Win7881.zip
Expand Down

0 comments on commit b2d5cf3

Please sign in to comment.