Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Radim Lipovčan 2024-12-11 20:36:33 +01:00
parent acb9c3c22c
commit 76faff82b5

View File

@ -19,3 +19,10 @@ jobs:
with:
name: my-artifact
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}}'