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

This commit is contained in:
Radim Lipovčan 2024-12-11 20:04:25 +01:00
parent 1175115cf8
commit e4d29ce297

View File

@ -15,4 +15,13 @@ jobs:
run: |
echo "asdfdf" > text.txt
ls
cat text.txt
cat text.txt
- name: Build | Prepare packages
run: |
echo "asdasdf" > text.txt
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: text.txt