Update .gitea/workflows/artifact.yaml
This commit is contained in:
@ -1,13 +1,15 @@
|
|||||||
name: cum
|
name: cum
|
||||||
|
|
||||||
on: [ push ]
|
on: [ push ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
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: test artificat
|
- name: test artificat
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
# Name of the artifact to upload.
|
# Name of the artifact to upload.
|
||||||
# Optional. Default is 'artifact'
|
# Optional. Default is 'artifact'
|
||||||
|
Reference in New Issue
Block a user