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: |