Skip to content

Commit 93b3df2

Browse files
author
alexey.gadzhiev
committed
Artifacts name correction
1 parent 7e6e683 commit 93b3df2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: .appveyor.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@ only_commits:
5454

5555
artifacts:
5656
- path: '**\*.dll'
57-
name: ODBC dll
58-
57+
name: dll
5958
- path: '**\*.exe'
60-
name: Test binaries
61-
type: zip
59+
name: test
6260

6361

6462
deploy:
@@ -67,7 +65,7 @@ deploy:
6765
provider: GitHub
6866
auth_token:
6967
secure: y0ASjHrs4wZFAURc4N5oVCzdNtw8XPzd2fzGB+py0a5u8o3HenR2hu09zMjuv0H5
70-
artifact: '**\*.dll', '**\*.exe' # upload all dlls packages to release assets
68+
artifact: dll,test # upload all dlls packages to release assets
7169
draft: false
7270
prerelease: false
7371
on:

0 commit comments

Comments
 (0)