fix: use akkuman/gitea-release-action from GitHub with server_url
Release / build-and-release (push) Failing after 56s

This commit is contained in:
datadunia
2026-05-08 01:52:48 +07:00
parent 861d910363
commit 0a7bf72d6c
+5 -2
View File
@@ -63,13 +63,16 @@ jobs:
ENDJSON ENDJSON
- name: Create Release - name: Create Release
uses: actions/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
with: with:
server_url: ${{ gitea.server_url }}
token: ${{ secrets.TOKEN_BUILD }}
tag_name: ${{ gitea.ref_name }}
name: ${{ gitea.ref_name }}
files: |- files: |-
wgrplane-linux-amd64 wgrplane-linux-amd64
wgrplane-linux-arm64 wgrplane-linux-arm64
latest.json latest.json
token: ${{ secrets.TOKEN_BUILD }}
- name: Cleanup build artifacts - name: Cleanup build artifacts
if: always() if: always()