Skip to content

Commit 1190cfd

Browse files
committed
ci: try to fix deploy in appveyor again
1 parent 37f2b2f commit 1190cfd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,16 @@ after_test:
7171
# interpreter
7272
- "ls build\\lib\\py_sourcemap"
7373

74+
artifacts:
75+
- path: build\lib\py_sourcemap\*.pyd
76+
name: Binary
77+
7478
deploy:
7579
provider: GitHub
7680
description: $(APPVEYOR_REPO_TAG_NAME)
7781
auth_token:
7882
secure: WOwBw2Tzivslwkbev6rJfhZfUbcfRvENwqQZfRZBL5R6L+Cb0y2tv5lyobrZiWPq
79-
artifact: ./build/lib/py_sourcemap/*.pyd
83+
artifact: Binary
8084
draft: false
8185
prerelease: false
8286
on:

0 commit comments

Comments
 (0)