From e79d462949e42a6b7f297b73b7bb3751fde37a50 Mon Sep 17 00:00:00 2001 From: "Lars M. Rogne" Date: Wed, 24 Apr 2024 20:25:08 +0200 Subject: [PATCH] Try to fix action. --- .github/workflows/build_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/**