Обновить .gitea/workflows/publish.yml
Some checks failed
Upload to s3 / build_and_deploy (push) Failing after 2m15s
Some checks failed
Upload to s3 / build_and_deploy (push) Failing after 2m15s
This commit is contained in:
parent
e2758bddce
commit
e3ba4a7686
@ -24,11 +24,11 @@ jobs:
|
||||
|
||||
- name: Upload to s3
|
||||
run: |
|
||||
aws s3 cp ./install_agent.sh s3://${{ secrets.AWS_HOST }}/release
|
||||
aws s3 cp ./install_agent.sh s3://s3.adminlabs.space/release
|
||||
|
||||
- name: Create version file
|
||||
run: |
|
||||
echo "${tags}" > version.txt
|
||||
aws s3 cp ./version.txt s3://${{ secrets.AWS_HOST }}/docs
|
||||
aws s3 cp ./version.txt s3://s3.adminlabs.space/docs
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user