Skip to content

Commit

Permalink
build: Update AppVeyor CI configuration to zip files from new directory
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownv2 committed Dec 10, 2018
1 parent 969baa5 commit 35fd522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ skip_commits:
- '**/*.md'

after_build:
7z a corehook-%CONFIGURATION%-%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\*\%CONFIGURATION%\corehook*.dll
7z a corehook-%CONFIGURATION%-%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\bin\%PLATFORM%\%CONFIGURATION%\corehook*.dll

artifacts:
- path: corehook-%CONFIGURATION%-%PLATFORM%.zip
Expand Down

0 comments on commit 35fd522

Please sign in to comment.