- updates
This commit is contained in:
parent
928b6131d1
commit
3bb8d41055
7
.github/workflows/CI-winpeas_build_test.yml
vendored
7
.github/workflows/CI-winpeas_build_test.yml
vendored
@ -20,7 +20,6 @@ jobs:
|
|||||||
Solution_Path: 'winPEAS\winPEASexe\winPEAS.sln'
|
Solution_Path: 'winPEAS\winPEASexe\winPEAS.sln'
|
||||||
Configuration: 'Release'
|
Configuration: 'Release'
|
||||||
DotFuscatorGeneratedPath: 'winPEAS\winPEASexe\binaries\Obfuscated Releases\Dotfuscated'
|
DotFuscatorGeneratedPath: 'winPEAS\winPEASexe\binaries\Obfuscated Releases\Dotfuscated'
|
||||||
DotFuscatorExePath: 'DotfuscatorCE\dotfuscator.exe'
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# checkout
|
# checkout
|
||||||
@ -82,9 +81,9 @@ jobs:
|
|||||||
# build obfuscated versions
|
# build obfuscated versions
|
||||||
- name: Build obfuscated versions
|
- name: Build obfuscated versions
|
||||||
run: |
|
run: |
|
||||||
$env:DotFuscatorExePath "winPEAS\winPEASexe\binaries\Obfuscated Releases\x64.xml"
|
DotfuscatorCE\dotfuscator.exe "winPEAS\winPEASexe\binaries\Obfuscated Releases\x64.xml"
|
||||||
$env:DotFuscatorExePath "winPEAS\winPEASexe\binaries\Obfuscated Releases\x32.xml"
|
DotfuscatorCE\dotfuscator.exe "winPEAS\winPEASexe\binaries\Obfuscated Releases\x32.xml"
|
||||||
$env:DotFuscatorExePath "winPEAS\winPEASexe\binaries\Obfuscated Releases\any.xml"
|
DotfuscatorCE\dotfuscator.exe "winPEAS\winPEASexe\binaries\Obfuscated Releases\any.xml"
|
||||||
|
|
||||||
|
|
||||||
# copy the files
|
# copy the files
|
||||||
|
Loading…
Reference in New Issue
Block a user