Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 1m3s
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 1m3s
This commit is contained in:
parent
5fdbd07729
commit
63b85d646f
@ -14,6 +14,10 @@ jobs:
|
|||||||
- name: B
|
- name: B
|
||||||
run: |
|
run: |
|
||||||
echo "asdasdf" > text.txt
|
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
|
- name: Use Go Action
|
||||||
id: use-go-action
|
id: use-go-action
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
|
Loading…
Reference in New Issue
Block a user