fix forgejo actions
All checks were successful
/ build-linux-amd64 (push) Successful in 1m3s

This commit is contained in:
ari melody 2026-01-31 03:03:02 +00:00
parent aa28ffedc8
commit 34065bd06f
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -1,7 +1,7 @@
on:
push:
branches:
- main
tags:
- 'v*'
jobs:
build-linux-amd64:
@ -24,3 +24,5 @@ jobs:
with:
direction: upload
token: ${{ secrets.RELEASE_TOKEN }}
tag: ${{ env.GITHUB_REF_NAME }}