diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 108ea33..dd29947 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -18,4 +18,11 @@ jobs: uses: actions/upload-artifact@v4 with: name: my-artifact - path: text.txt \ No newline at end of file + path: text.txt + - name: Use Go Action + id: use-go-action + uses: https://gitea.com/actions/release-action@main + with: + files: |- + bin/** + api_key: '${{secrets.CLONE_GITEA_TOKEN}}' \ No newline at end of file