Update CI-master_tests.yml
This commit is contained in:
parent
e3478a7dde
commit
64733e2bcc
58
.github/workflows/CI-master_tests.yml
vendored
58
.github/workflows/CI-master_tests.yml
vendored
@ -150,35 +150,65 @@ jobs:
|
|||||||
#- name: Run linpeas
|
#- name: Run linpeas
|
||||||
# run: linPEAS/linpeas.sh -t
|
# run: linPEAS/linpeas.sh -t
|
||||||
|
|
||||||
|
# Upload files
|
||||||
|
|
||||||
- name: Upload linpeas.sh
|
- name: Upload linpeas.sh
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: linpeas.sh
|
name: linpeas.sh
|
||||||
path: linPEAS/linpeas.sh
|
path: linPEAS/linpeas.sh
|
||||||
|
|
||||||
- name: Upload linpeas_386
|
# Linux bins
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: linpeas_386
|
|
||||||
path: sh2bin/builds/sh2bin_386
|
|
||||||
|
|
||||||
- name: Upload linpeas_amd64
|
- name: Upload sh2bin_linux_386
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: linpeas_amd64
|
name: linpeas_linux_386
|
||||||
path: sh2bin/builds/sh2bin_amd64
|
path: sh2bin/builds/sh2bin_linux_386
|
||||||
|
|
||||||
- name: Upload linpeas_arm
|
- name: Upload sh2bin_linux_amd64
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: linpeas_arm
|
name: linpeas_linux_amd64
|
||||||
path: sh2bin/builds/sh2bin_arm
|
path: sh2bin/builds/sh2bin_linux_amd64
|
||||||
|
|
||||||
- name: Upload linpeas_arm64
|
- name: Upload sh2bin_linux_arm
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: linpeas_arm64
|
name: linpeas_linux_arm
|
||||||
path: sh2bin/builds/sh2bin_arm64
|
path: sh2bin/builds/sh2bin_linux_arm
|
||||||
|
|
||||||
|
- name: Upload sh2bin_linux_arm64
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: linpeas_linux_arm64
|
||||||
|
path: sh2bin/builds/sh2bin_linux_arm64
|
||||||
|
|
||||||
|
# Darwin bins
|
||||||
|
|
||||||
|
- name: Upload sh2bin_darwin_386
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: linpeas_darwin_386
|
||||||
|
path: sh2bin/builds/sh2bin_darwin_386
|
||||||
|
|
||||||
|
- name: Upload sh2bin_darwin_amd64
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: linpeas_darwin_amd64
|
||||||
|
path: sh2bin/builds/sh2bin_darwin_amd64
|
||||||
|
|
||||||
|
- name: Upload sh2bin_darwin_arm
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: linpeas_darwin_arm
|
||||||
|
path: sh2bin/builds/sh2bin_darwin_arm
|
||||||
|
|
||||||
|
- name: Upload sh2bin_darwin_arm64
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: linpeas_darwin_arm64
|
||||||
|
path: sh2bin/builds/sh2bin_darwin_arm64
|
||||||
|
|
||||||
- name: Create local changes
|
- name: Create local changes
|
||||||
run: git add linPEAS/.
|
run: git add linPEAS/.
|
||||||
|
Loading…
Reference in New Issue
Block a user