This commit is contained in:
@ -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: |-
|
||||
|
Reference in New Issue
Block a user