diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 1e1b6aa..aa90aae 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -64,4 +64,4 @@ jobs: path: target/x86_64-unknown-linux-gnu/release/gongbotrs - name: Deploy with WebHook - run: curl http://${{ secrets.SERVER_ADDR }}/hooks/gongbot-deploy?binaryzip='${{ steps.bot-artifact.outputs.artifact-url }}' + run: curl http://${{ secrets.SERVER_ADDR }}/hooks/gongbot-deploy?binaryzip=${{ steps.bot-artifact.outputs.artifact-url }}