mod(action): use different gitea-release-action
All checks were successful
Go Project Action / Spell-check and test go project (push) Successful in 32s
Release Go Application / Release go project (release) Successful in 26s
Go Project Action / Spell-check and test go project (release) Successful in 29s

This commit is contained in:
2024-10-06 11:22:33 +02:00
parent 7813db72f1
commit 62b49cf36c

View File

@@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go installation
uses: actions/setup-go@v5
with:
@@ -23,7 +25,6 @@ jobs:
- name: Build
run: go build -ldflags "-s -w" -o ./bin/serve main.go
- name: Release build artifacts
uses: https://gitea.com/actions/release-action@main
uses: akkuman/gitea-release-action@v1.3.2
with:
files: ./bin/serve
api_key: '${{secrets.RELEASE_TOKEN}}'