mirror of
https://github.com/openappsec/openappsec.git
synced 2026-01-02 22:54:46 +03:00
added upload artifact
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user