Skip to content

Commit a37eb7c

Browse files
committed
deploy dll
1 parent 3d9ae68 commit a37eb7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ build_script:
2121
msbuild INSTALL.vcxproj /p:Configuration=Release
2222
2323
artifacts:
24-
- path: x64/install
24+
- path: x64/install/lib/emmy_core.dll
2525
name: emmy_core@x64
26-
- path: x86/install
26+
- path: x86/install/lib/emmy_core.dll
2727
name: emmy_core@x86
2828
deploy:
2929
- provider: GitHub
3030
auth_token:
3131
secure: U8373EzCEIi+fvS6fuw52T7Uvwylslbz5OglnKfScYXUs7Acn7v4Kns+T0aqzOcK
3232
on:
33-
branch: master
33+
# branch: master
3434
APPVEYOR_REPO_TAG: true

0 commit comments

Comments
 (0)