Edit bucket s3
All checks were successful
Test code / Test-code (push) Successful in 26s
Upload to s3 / Upload-to-s3 (push) Successful in 2m40s

This commit is contained in:
stirelshka8 2024-07-20 18:17:53 +03:00
parent 2fed01defa
commit 2ccd171fb2

View File

@ -28,7 +28,7 @@ jobs:
TAG="${TAG#refs/tags/}"
TAG="${TAG#v}"
aws --endpoint-url=http://${{ secrets.AWS_HOST }} s3 cp ./install_agent.sh s3://release/install_agent_$TAG.sh
aws --endpoint-url=http://${{ secrets.AWS_HOST }} s3 cp ./install_agent.sh s3://zabbixinstall/install_agent_$TAG.sh
- name: Create version file
run: |