Skip to content

Commit

Permalink
ci: added install-sysdig script upload
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Aug 1, 2023
1 parent 1be6b0f commit 48c3dcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-final.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,6 @@ jobs:

- name: Release tar.gz
run: sysdig/scripts/release/release_tgz.sh

- name: Release install-sysdig
run: aws s3 cp sysdig/scripts/install-sysdig s3://${{ env.S3_BUCKET }}/${{ env.REPOSITORY_NAME }}/ --acl public-read

0 comments on commit 48c3dcc

Please sign in to comment.