Skip to content

Commit 7e6e683

Browse files
author
alexey.gadzhiev
committed
Artifacts upload
1 parent 30ba65e commit 7e6e683

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.appveyor.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,22 @@ only_commits:
5252
- source/
5353
- cmake/
5454

55+
artifacts:
56+
- path: '**\*.dll'
57+
name: ODBC dll
58+
59+
- path: '**\*.exe'
60+
name: Test binaries
61+
type: zip
62+
5563

5664
deploy:
5765
release: tnt_odbc-win$(arch)-v$(appveyor_build_version)
5866
description: 'Tarantool internal win dist'
5967
provider: GitHub
6068
auth_token:
6169
secure: y0ASjHrs4wZFAURc4N5oVCzdNtw8XPzd2fzGB+py0a5u8o3HenR2hu09zMjuv0H5
62-
#artifact: /.*\.dll/ # upload all dlls packages to release assets
70+
artifact: '**\*.dll', '**\*.exe' # upload all dlls packages to release assets
6371
draft: false
6472
prerelease: false
6573
on:

0 commit comments

Comments
 (0)