Test-Artifacts-CI/.gitea/workflows/build.yml
XAP3Y fd1330d1f2
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 4s
Aktualizovat .gitea/workflows/build.yml
2024-12-11 22:06:33 +01:00

24 lines
522 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 "asdasdf" > text.txt
- name: Release
uses: actions/upload-artifact@v4
with:
name: test-release
path: text.txt
overwrite: true
if-no-files-found: error