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

This commit is contained in:
2024-11-26 17:06:55 +00:00
parent 9e65ddb1f7
commit c392f88004

View File

@ -8,6 +8,8 @@ jobs:
steps: steps:
- name: generate file - name: generate file
run: echo cum > test.txt run: echo cum > test.txt
- name: get nodejs
run: apk add nodejs
- name: test artificat - name: test artificat
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: