From 161d45d6be046cc6caa576cf248543d6f223ec1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B0=9E=E7=B4=94?= <287182701@qq.com> Date: Sun, 19 Nov 2023 23:15:15 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11551f0..0e381cb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: - name: Build Shellcode shell: powershell - run: .\donut\donut.exe -z 4 -i .\Pillager\bin\Release\Pillager.exe -o .\Pillager.bin + run: .\donut\donut.exe -z 3 -i .\Pillager\bin\Release\Pillager.exe -o .\Pillager.bin - name: Delete-tag-and-release uses: dev-drprasad/delete-tag-and-release@v0.2.1