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

Commit cb7c08e

Browse files
author
Simon Hofmann
committed
Added bundle param to Windows prebuild
1 parent c884dba commit cb7c08e

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 -- -u %GITHUB_TOKEN%
71+
npm run prebuild -- --include-regex "\.(node|a|so|dylib|lib|dll).*$" -u $GITHUB_TOKEN;
7272
)

0 commit comments

Comments
 (0)