- updates
This commit is contained in:
parent
b421697b16
commit
a19e7740ea
3
.github/workflows/CI-winpeas_dev_test.yml
vendored
3
.github/workflows/CI-winpeas_dev_test.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
echo "copy Any"
|
||||
cp winPEAS\winPEASexe\winPEAS\bin\$env:Configuration\winPEAS.exe winPEAS\winPEASexe\binaries\$env:Configuration\winPEASany.exe
|
||||
|
||||
# build obfuscated versions
|
||||
# Setup DotFuscator
|
||||
- name: Setup DotFuscator
|
||||
run: |
|
||||
7z x winPEAS\winPEASexe\Dotfuscator\DotfuscatorCE.zip
|
||||
@ -103,6 +103,7 @@ jobs:
|
||||
run: |
|
||||
git config --local user.email "ci@winpeas.com"
|
||||
git config --global user.name "CI-winpeas"
|
||||
git pull
|
||||
git commit -m "winpeas binaries auto update" -a --allow-empty
|
||||
|
||||
# Git push
|
||||
|
3
.github/workflows/CI-winpeas_master_test.yml
vendored
3
.github/workflows/CI-winpeas_master_test.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
echo "copy Any"
|
||||
cp winPEAS\winPEASexe\winPEAS\bin\$env:Configuration\winPEAS.exe winPEAS\winPEASexe\binaries\$env:Configuration\winPEASany.exe
|
||||
|
||||
# build obfuscated versions
|
||||
# Setup DotFuscator
|
||||
- name: Setup DotFuscator
|
||||
run: |
|
||||
7z x winPEAS\winPEASexe\Dotfuscator\DotfuscatorCE.zip
|
||||
@ -103,6 +103,7 @@ jobs:
|
||||
run: |
|
||||
git config --local user.email "ci@winpeas.com"
|
||||
git config --global user.name "CI-winpeas"
|
||||
git pull
|
||||
git commit -m "winpeas binaries auto update" -a --allow-empty
|
||||
|
||||
# Git push
|
||||
|
Loading…
Reference in New Issue
Block a user