Update .gitea/workflows/artifact.yaml
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user