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 3d9ae68 commit a37eb7cCopy full SHA for a37eb7c
appveyor.yml
@@ -21,14 +21,14 @@ build_script:
21
msbuild INSTALL.vcxproj /p:Configuration=Release
22
23
artifacts:
24
-- path: x64/install
+- path: x64/install/lib/emmy_core.dll
25
name: emmy_core@x64
26
-- path: x86/install
+- path: x86/install/lib/emmy_core.dll
27
name: emmy_core@x86
28
deploy:
29
- provider: GitHub
30
auth_token:
31
secure: U8373EzCEIi+fvS6fuw52T7Uvwylslbz5OglnKfScYXUs7Acn7v4Kns+T0aqzOcK
32
on:
33
- branch: master
+ # branch: master
34
APPVEYOR_REPO_TAG: true
0 commit comments