Skip to content

Commit

Permalink
Prevent test-alignment.exe from being included in ZIP file with Windo…
Browse files Browse the repository at this point in the history
…ws binaries.
  • Loading branch information
plusvic committed May 24, 2021
1 parent 6687f63 commit 8206dc6
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 @@ -65,7 +65,7 @@ for:
verbosity: minimal

after_build:
- cmd: 7z a yara-%APPVEYOR_BUILD_VERSION%-%ARTIFACT_POSTFIX%.zip %APPVEYOR_BUILD_FOLDER%\windows\%TARGET%\%CONFIGURATION%\*.exe
- cmd: 7z a yara-%APPVEYOR_BUILD_VERSION%-%ARTIFACT_POSTFIX%.zip %APPVEYOR_BUILD_FOLDER%\windows\%TARGET%\%CONFIGURATION%\yara*.exe

artifacts:
- path: yara-$(APPVEYOR_BUILD_VERSION)-$(ARTIFACT_POSTFIX).zip
Expand Down

0 comments on commit 8206dc6

Please sign in to comment.