- testing slashes in paths CI winpeas pipeline
This commit is contained in:
parent
8c43dac07d
commit
b150357494
5
.github/workflows/CI-winpeas_dev_test.yml
vendored
5
.github/workflows/CI-winpeas_dev_test.yml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- winpeas_dev
|
- winpeas_dev
|
||||||
|
paths:
|
||||||
|
- 'build_lists/sensitive_files.yaml'
|
||||||
|
- 'winPEAS/winPEASexe/**'
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
@ -67,7 +70,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
|
||||||
|
Loading…
Reference in New Issue
Block a user