Update .gitea/workflows/artifact.yaml

This commit is contained in:
2024-11-26 17:08:04 +00:00
parent c392f88004
commit c5a5497ffa

View File

@ -3,13 +3,14 @@ name: cum
on: [ push ]
jobs:
node:
- name: get nodejs
run: apk add nodejs
cum:
runs-on: ubuntu-latest
steps:
- name: generate file
run: echo cum > test.txt
- name: get nodejs
run: apk add nodejs
- name: test artificat
uses: actions/upload-artifact@v3
with: