From 9b455e01ffec310d93eaddf5b0f29b42bfd19a55 Mon Sep 17 00:00:00 2001 From: Benjamin DELPY Date: Sun, 1 Nov 2020 23:40:53 +0100 Subject: [PATCH] [update] AppVeyor configuration --- appveyor.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 38ad48f..7b804d2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,12 +10,10 @@ build: verbosity: normal after_build: - cmd: >- - 7z a -t7z -mx -ms=on mimikatz_trunk.7z -xr@notrunk.lst @trunk.lst + 7z a -t7z -mx -ms=on mimikatz_trunk_$(PLATFORM).7z -xr@notrunk.lst .\$(PLATFORM) README.md kiwi_passwords.yar mimicom.idl - 7z a -tzip -mx -mm=deflate -mpass=15 mimikatz_trunk.zip -xr@notrunk.lst @trunk.lst + 7z a -tzip -mx -mm=deflate -mpass=15 mimikatz_trunk_$(PLATFORM).zip -xr@notrunk.lst .\$(PLATFORM) README.md kiwi_passwords.yar mimicom.idl - 7z a -pmimikatz -mhe=on -t7z -mx -ms=on mimikatz_trunk_password.7z -xr@notrunk.lst @trunk.lst + 7z a -pmimikatz -mhe=on -t7z -mx -ms=on mimikatz_trunk_password_$(PLATFORM).7z -xr@notrunk.lst .\$(PLATFORM) README.md kiwi_passwords.yar mimicom.idl artifacts: -- path: mimikatz_trunk.7z -- path: mimikatz_trunk.zip -- path: mimikatz_trunk_password.7z \ No newline at end of file +- path: mimikatz_trunk_* \ No newline at end of file