diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 2f09684..2a7cd1e 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -63,7 +63,7 @@ jobs: name: botrunner path: target/x86_64-unknown-linux-gnu/release/gongbotrs - - run: echo "Uploaded artifact, URL: ${{ steps.bot-artifact.outputs.artifact-url }}" + - run: echo "Uploaded artifact, URL:" ${{ steps.bot-artifact.outputs.artifact-url }} - name: Deploy with WebHook run: curl http://${{ secrets.SERVER_ADDR }}/hooks/gongbot-deploy?binaryzip=${{ steps.bot-artifact.outputs.artifact-url }}