Update .gitea/workflows/artifact.yaml
This commit is contained in:
@ -3,13 +3,14 @@ name: cum
|
|||||||
on: [ push ]
|
on: [ push ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
node:
|
||||||
|
- name: get nodejs
|
||||||
|
run: apk add nodejs
|
||||||
cum:
|
cum:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
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:
|
||||||
|
Reference in New Issue
Block a user