Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 0976958

Browse files
author
Simon Hofmann
committed
Fixed env var for publishing
1 parent 9d09a81 commit 0976958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ test_script:
6868
on_success:
6969
- cmd: cd c:\projects\opencv4nodejs
7070
- IF defined APPVEYOR_REPO_TAG_NAME (
71-
npm run prebuild -- --include-regex "\.(node|a|so|dylib|lib|dll).*$" -u $GITHUB_TOKEN;
71+
npm run prebuild -- --include-regex "\.(node|a|so|dylib|lib|dll).*$" -u %GITHUB_TOKEN%
7272
)

0 commit comments

Comments
 (0)