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

This commit is contained in:
2024-12-07 19:20:40 +00:00
parent d1c42299fb
commit 731a7f8a8a

View File

@ -10,6 +10,8 @@ jobs:
run: echo cum > test.txt run: echo cum > test.txt
- name: echo ip - name: echo ip
run: echo "$(hostname -I)" run: echo "$(hostname -I)"
- name: add node
run: apk add node
- name: test artificat - name: test artificat
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: