Test-Artifacts-CI/.gitea/workflows/build.yml
Radim Lipovčan d425601c82
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 22s
Aktualizovat .gitea/workflows/build.yml
2024-12-11 21:17:01 +01:00

27 lines
690 B
YAML

name: Build Folio
run-name: Build Folio latest Jar
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: A
run: |
echo "asdfdf" > text.txt
ls
cat text.txt
- name: B
run: |
echo "testrelease" > 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
with:
files: |-
text.txt
api_key: '${{secrets.CLONE_GITEA_TOKEN}}'