diff --git a/.github/workflows/build_release.yaml b/.github/workflows/build_release.yaml index 2332f7c..cd8556e 100644 --- a/.github/workflows/build_release.yaml +++ b/.github/workflows/build_release.yaml @@ -21,7 +21,7 @@ jobs: - name: release-build-linux run: GOOS=linux GOARCH=amd64 go build -o bin/reverse-${{ github.ref_name }}-linux-amd64 - name: Release - uses: actions/release-action@main + uses: https://gitea.com/actions/release-action@main with: files: |- bin/**