mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
added upload artifact
This commit is contained in:
parent
1e1702eb65
commit
94d1adac01
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -18,3 +18,10 @@ jobs:
|
|||||||
- name: Build the agent
|
- name: Build the agent
|
||||||
run: |
|
run: |
|
||||||
./scripts/entry.sh agent ubuntu focal
|
./scripts/entry.sh agent ubuntu focal
|
||||||
|
|
||||||
|
- name: upload artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: openappsec-focal.tar.gz
|
||||||
|
path: output/agent/openappsec-focal.tar.gz
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user