fix the use of the release action
Some checks failed
format / format (push) Successful in 16s
release / release (push) Failing after 45s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-12 20:56:42 +03:00
parent 8bdfd88a77
commit b854c19f85
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -21,6 +21,6 @@ jobs:
- name: Create release
uses: "https://gitea.com/actions/release-action@main"
with:
files: |-
dist/**
api_key: ${{secrets.REPO_TOKEN}}
files:
- "dist/*"