You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appveyor.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -47,17 +47,17 @@ build:
47
47
verbosity: minimal
48
48
49
49
artifacts:
50
-
- path: build\asar\**\asar.exe
51
-
- path: build\asar\**\*asar.dll
50
+
- path: build\asar\bin\**\asar.exe
51
+
- path: build\asar\lib\**\*asar.dll
52
52
53
53
configuration: MinSizeRel
54
54
55
55
test_script:
56
56
# We need to pass the DLL path as an absolute path because it is used to calculate the std defines location, which will throw a warning when it's a relative path
0 commit comments