diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-14 08:13:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-14 08:13:51 -0400 |
| commit | 7c4ccf6aed6dbf7fc9ec6c543c73b2db669f935b (patch) | |
| tree | 79881bdfb9ed759ca5be50adb26ad7edd9c124ba | |
| parent | 87276961ecb8b440dd8b7018913e09876a3e0022 (diff) | |
| download | Project-Silicon-7c4ccf6aed6dbf7fc9ec6c543c73b2db669f935b.tar.gz Project-Silicon-7c4ccf6aed6dbf7fc9ec6c543c73b2db669f935b.tar.bz2 Project-Silicon-7c4ccf6aed6dbf7fc9ec6c543c73b2db669f935b.zip | |
Update appveyor.yml
| -rw-r--r-- | appveyor.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index f295f0b..04be381 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,7 @@ artifacts: - - path: bin/debug - name: Project Ports
\ No newline at end of file + - path: \bin\debug\*.zip + name: Project Ports +deploy: + - provider: auto + ... + artifact: ports |
