fix: use akkuman/gitea-release-action from GitHub with server_url
Release / build-and-release (push) Failing after 56s
Release / build-and-release (push) Failing after 56s
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user