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

@ -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}}'