Update CI-master_tests.yml
This commit is contained in:
parent
1a71d9bc64
commit
06ee95e52b
19
.github/workflows/CI-master_tests.yml
vendored
19
.github/workflows/CI-master_tests.yml
vendored
@ -118,15 +118,6 @@ jobs:
|
|||||||
Build_test_and_release_linpeas_master:
|
Build_test_and_release_linpeas_master:
|
||||||
runs-on: ubuntu-latest
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@ -161,13 +152,11 @@ jobs:
|
|||||||
#- name: Run linpeas
|
#- name: Run linpeas
|
||||||
# run: linPEAS/linpeas.sh -t
|
# run: linPEAS/linpeas.sh -t
|
||||||
|
|
||||||
- name: Upload binaries to release
|
- name: Upload linpeas.sh
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
name: linpeas.sh
|
||||||
file: linPEAS/${{ matrix.artifact_name }}
|
path: linpeas.sh
|
||||||
asset_name: ${{ matrix.asset_name }}
|
|
||||||
tag: ${{ github.ref }}
|
|
||||||
|
|
||||||
- name: Create local changes
|
- name: Create local changes
|
||||||
run: git add linPEAS/.
|
run: git add linPEAS/.
|
||||||
|
Loading…
Reference in New Issue
Block a user