From 06ee95e52bf94de7d7d4db8e99cc01c54bba0bf4 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Wed, 29 Dec 2021 16:47:10 +0000 Subject: [PATCH] Update CI-master_tests.yml --- .github/workflows/CI-master_tests.yml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/.github/workflows/CI-master_tests.yml b/.github/workflows/CI-master_tests.yml index 126e94d..9522f94 100644 --- a/.github/workflows/CI-master_tests.yml +++ b/.github/workflows/CI-master_tests.yml @@ -118,15 +118,6 @@ jobs: Build_test_and_release_linpeas_master: runs-on: ubuntu-latest - name: Publish for ${{ matrix.peas }} - strategy: - matrix: - include: - - arch: any - peas: linpeas - artifact_name: linpeas.sh - asset_name: linpeas.sh - steps: - uses: actions/checkout@v2 with: @@ -161,13 +152,11 @@ jobs: #- name: Run linpeas # run: linPEAS/linpeas.sh -t - - name: Upload binaries to release - uses: svenstaro/upload-release-action@v2 + - name: Upload linpeas.sh + uses: actions/upload-artifact@v2 with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: linPEAS/${{ matrix.artifact_name }} - asset_name: ${{ matrix.asset_name }} - tag: ${{ github.ref }} + name: linpeas.sh + path: linpeas.sh - name: Create local changes run: git add linPEAS/.