- build action update
This commit is contained in:
parent
da74bc6f12
commit
a3aa67e132
6
.github/workflows/CI-winpeas_build_test.yml
vendored
6
.github/workflows/CI-winpeas_build_test.yml
vendored
@ -19,7 +19,6 @@ jobs:
|
||||
env:
|
||||
Solution_Path: 'winPEAS\winPEASexe\winPEAS.sln'
|
||||
Configuration: 'Release'
|
||||
DotFuscatorLicensePath: '$env:USERPROFILE\AppData\Local\PreEmptive Solutions\Dotfuscator Community Edition\6.0'
|
||||
DotFuscatorGeneratedPath: 'winPEAS\winPEASexe\binaries\Obfuscated Releases\Dotfuscated'
|
||||
DotFuscatorExePath: 'winPEAS\winPEASexe\Dotfuscator\DotfuscatorCE\dotfuscator.exe'
|
||||
|
||||
@ -76,8 +75,9 @@ jobs:
|
||||
- name: Setup DotFuscator
|
||||
run: |
|
||||
7z x winPEAS\winPEASexe\Dotfuscator\DotfuscatorCE.zip
|
||||
mkdir -p $env:DotFuscatorLicensePath -erroraction 'silentlycontinue'
|
||||
cp winPEAS\winPEASexe\Dotfuscator\DotfuscatorCE\license\* $env:DotFuscatorLicensePath\
|
||||
whoami
|
||||
mkdir -p $env:USERPROFILE\AppData\Local\"PreEmptive Solutions"\"Dotfuscator Community Edition"\6.0 -erroraction 'silentlycontinue'
|
||||
cp winPEAS\winPEASexe\Dotfuscator\DotfuscatorCE\license\* $env:USERPROFILE\AppData\Local\"PreEmptive Solutions"\"Dotfuscator Community Edition"\6.0\
|
||||
|
||||
# build obfuscated versions
|
||||
- name: Build obfuscated versions
|
||||
|
Loading…
Reference in New Issue
Block a user