We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365521b commit 8bce2a5Copy full SHA for 8bce2a5
appveyor.yml
@@ -21,9 +21,9 @@ build_script:
21
msbuild INSTALL.vcxproj /p:Configuration=Release
22
23
artifacts:
24
-- path: x64/install/lib/emmy_core.dll
+- path: x64/install/bin/emmy_core.dll
25
name: emmy_core@x64
26
-- path: x86/install/lib/emmy_core.dll
+- path: x86/install/bin/emmy_core.dll
27
name: emmy_core@x86
28
deploy:
29
- provider: GitHub
0 commit comments