Update .gitea/workflows/artifact.yaml
This commit is contained in:
@ -4,9 +4,9 @@ jobs:
|
||||
test:
|
||||
runs on: ubuntu-latest
|
||||
steps:
|
||||
- name generate file
|
||||
- name: generate file
|
||||
run: echo "cum" > test.txt
|
||||
- name test artificat
|
||||
- name: test artificat
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
# Name of the artifact to upload.
|
||||
|
Reference in New Issue
Block a user