- 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"
|
echo "copy Any"
|
||||||
cp winPEAS\winPEASexe\winPEAS\bin\$env:Configuration\winPEAS.exe winPEAS\winPEASexe\binaries\$env:Configuration\winPEASany.exe
|
cp winPEAS\winPEASexe\winPEAS\bin\$env:Configuration\winPEAS.exe winPEAS\winPEASexe\binaries\$env:Configuration\winPEASany.exe
|
||||||
|
|
||||||
# build obfuscated versions
|
# Setup DotFuscator
|
||||||
- name: Setup DotFuscator
|
- name: Setup DotFuscator
|
||||||
run: |
|
run: |
|
||||||
7z x winPEAS\winPEASexe\Dotfuscator\DotfuscatorCE.zip
|
7z x winPEAS\winPEASexe\Dotfuscator\DotfuscatorCE.zip
|
||||||
@ -103,6 +103,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --local user.email "ci@winpeas.com"
|
git config --local user.email "ci@winpeas.com"
|
||||||
git config --global user.name "CI-winpeas"
|
git config --global user.name "CI-winpeas"
|
||||||
|
git pull
|
||||||
git commit -m "winpeas binaries auto update" -a --allow-empty
|
git commit -m "winpeas binaries auto update" -a --allow-empty
|
||||||
|
|
||||||
# Git push
|
# 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"
|
echo "copy Any"
|
||||||
cp winPEAS\winPEASexe\winPEAS\bin\$env:Configuration\winPEAS.exe winPEAS\winPEASexe\binaries\$env:Configuration\winPEASany.exe
|
cp winPEAS\winPEASexe\winPEAS\bin\$env:Configuration\winPEAS.exe winPEAS\winPEASexe\binaries\$env:Configuration\winPEASany.exe
|
||||||
|
|
||||||
# build obfuscated versions
|
# Setup DotFuscator
|
||||||
- name: Setup DotFuscator
|
- name: Setup DotFuscator
|
||||||
run: |
|
run: |
|
||||||
7z x winPEAS\winPEASexe\Dotfuscator\DotfuscatorCE.zip
|
7z x winPEAS\winPEASexe\Dotfuscator\DotfuscatorCE.zip
|
||||||
@ -103,6 +103,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --local user.email "ci@winpeas.com"
|
git config --local user.email "ci@winpeas.com"
|
||||||
git config --global user.name "CI-winpeas"
|
git config --global user.name "CI-winpeas"
|
||||||
|
git pull
|
||||||
git commit -m "winpeas binaries auto update" -a --allow-empty
|
git commit -m "winpeas binaries auto update" -a --allow-empty
|
||||||
|
|
||||||
# Git push
|
# Git push
|
||||||
|
Loading…
Reference in New Issue
Block a user