This commit is contained in:
parent
bc0b35331f
commit
b177743f8a
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ jobs:
|
|||
- name: my-step
|
||||
run: echo "Hello World!"
|
||||
- run: |
|
||||
mkdir -p artifacts
|
||||
echo hello > artifacts/one.txt
|
||||
echo world > artifacts/two.txt
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue