Update .gitea/workflows/artifact.yaml
Some checks failed
cum / cum (push) Failing after 3m18s

This commit is contained in:
2024-11-26 18:19:22 +00:00
parent df684ece45
commit 3ab6ec98f3

View File

@ -9,7 +9,7 @@ jobs:
- name: generate file
run: echo cum > test.txt
- name: echo ip
run: echo "$(ip address)"
run: echo "$(hostname -I)"
- name: test artificat
uses: actions/upload-artifact@v3
with: