From e6a2d71112bdd3890b5a07d17fe158a10eacce9f Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Thu, 17 Jun 2021 23:59:17 +0200 Subject: [PATCH] m --- .github/workflows/linpeas-macos.yml | 2 +- .github/workflows/linpeas-ubuntu.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linpeas-macos.yml b/.github/workflows/linpeas-macos.yml index 7fb57de..0cf9e6f 100644 --- a/.github/workflows/linpeas-macos.yml +++ b/.github/workflows/linpeas-macos.yml @@ -33,4 +33,4 @@ jobs: # Runs a single command using the runners shell - name: Run linpeas - run: ./linpeas.sh \ No newline at end of file + run: linPEAS/linpeas.sh \ No newline at end of file diff --git a/.github/workflows/linpeas-ubuntu.yml b/.github/workflows/linpeas-ubuntu.yml index 400bd88..98201b1 100644 --- a/.github/workflows/linpeas-ubuntu.yml +++ b/.github/workflows/linpeas-ubuntu.yml @@ -33,10 +33,10 @@ jobs: # Runs a single command using the runners shell - name: Run linpeas - run: ./linpeas.sh + run: linPEAS/linpeas.sh - name: Create local changes - run: git add linpeas.sh + run: git add linPEAS/linpeas.sh - name: Commit results to Github run: |