Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 3m37s
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 3m37s
This commit is contained in:
parent
1175115cf8
commit
e4d29ce297
@ -16,3 +16,12 @@ jobs:
|
|||||||
echo "asdfdf" > text.txt
|
echo "asdfdf" > text.txt
|
||||||
ls
|
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
|
Loading…
Reference in New Issue
Block a user