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
@@ -42,17 +42,17 @@ build:
42
42
verbosity: minimal
43
43
44
44
artifacts:
45
-
- path: build\asar\**\asar.exe
46
-
- path: build\asar\**\*asar.dll
45
+
- path: build\asar\bin\**\asar.exe
46
+
- path: build\asar\lib\**\*asar.dll
47
47
48
48
configuration: MinSizeRel
49
49
50
50
test_script:
51
51
# 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