mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-16 01:12:18 +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
|
||||
run: |
|
||||
./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