fix the use of the release action
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
8bdfd88a77
commit
b854c19f85
@ -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/*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user