Skip to content

Commit 8e8d87d

Browse files
authored
Update appveyor.yml
1 parent a86294b commit 8e8d87d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ init:
1616
- echo %APPVEYOR_BUILD_WORKER_IMAGE%
1717
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" ( set generator="Visual Studio 16 2019%arch%" )
1818
- echo %generator%
19-
19+
2020
install:
2121
- cmd: choco install OpenCV -y -version 4.5.3
2222

@@ -64,6 +64,9 @@ artifacts:
6464

6565
deploy:
6666
- provider: GitHub
67+
auth_token:
68+
secure: zpjN8eGGNYIYn5YgqTdjTyG/yE8JuAnSh+KgWRuQCL4jIu4T85dYjDsS52m8VnGG
69+
release: DigitsDemo-v$(APPVEYOR_BUILD_VERSION)
6770
artifact: src/cpp/build/DigitsDemo.zip # upload all NuGet packages to release assets
6871
draft: false
6972
prerelease: false

0 commit comments

Comments
 (0)