ci: fix release workflow

This commit is contained in:
2025-05-16 21:27:04 +03:00
parent b03d94e48b
commit dddcb9b7b0

View File

@ -31,7 +31,7 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: https://github.com/actions/setup-go@v5
uses: actions/setup-go@v5
with:
go-version: '1.24'
@ -62,7 +62,7 @@ jobs:
tar -czvf alr-${{ env.VERSION }}-linux-x86_64.tar.gz -С out .
- name: Release
uses: actions/gitea-release-action@v1
uses: akkuman/gitea-release-action@v1
with:
body_path: changelog.txt
files: |-