ci: fix release workflow
Some checks failed
Create Release / changelog (push) Failing after 40s

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