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

This commit is contained in:
2024-12-07 19:26:34 +00:00
parent 1fda45cf55
commit 280ff6ae4f

View File

@ -10,8 +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 # - name: add node
run: apk add nodejs # run: apk add nodejs
- name: test artificat - name: test artificat
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: