Try to fix action.
Some checks failed
release / release (push) Failing after 20s

This commit is contained in:
2024-04-24 20:25:08 +02:00
parent 14630eb6a0
commit e79d462949

View File

@@ -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/**