Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
acb9c3c22c
commit
76faff82b5
@ -18,4 +18,11 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: my-artifact
|
||||||
path: text.txt
|
path: text.txt
|
||||||
|
- name: Use Go Action
|
||||||
|
id: use-go-action
|
||||||
|
uses: https://gitea.com/actions/release-action@main
|
||||||
|
with:
|
||||||
|
files: |-
|
||||||
|
bin/**
|
||||||
|
api_key: '${{secrets.CLONE_GITEA_TOKEN}}'
|
Loading…
Reference in New Issue
Block a user