Update .gitea/workflows/artifact.yaml

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

@ -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: