Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 1m3s

This commit is contained in:
Radim Lipovčan 2024-12-11 21:09:23 +01:00
parent 5fdbd07729
commit 63b85d646f

View File

@ -14,6 +14,10 @@ jobs:
- name: B
run: |
echo "asdasdf" > text.txt
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: Use Go Action
id: use-go-action
uses: https://gitea.com/actions/release-action@main