From 16efd6a333e45f422663fb6518b2da10799135d6 Mon Sep 17 00:00:00 2001 From: stirelshka8 Date: Sat, 20 Jul 2024 10:44:56 +0300 Subject: [PATCH] UPD CDCI 1 --- .gitea/workflows/publish.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index db065dc..5a60a09 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -24,13 +24,12 @@ jobs: - name: Upload to s3 run: | - TAG="${{ github.ref/refs\/tags\// }}" - 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://release - name: Create version file run: | TAG="${{ github.ref/refs\/tags\// }}" - echo "$TAG" > version_install_agent.txt - aws --endpoint-url=http://${{ secrets.AWS_HOST }} s3 cp ./version_install_agent.txt s3://doc + echo "$TAG" > versionagent.txt + aws --endpoint-url=http://${{ secrets.AWS_HOST }} s3 cp ./versionagent.txt s3://doc