Skip to content

Commit

Permalink
chore: update needs workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 21, 2022
1 parent 21abe44 commit 86380db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/needs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
with:
name: my-artifact
path: job1.md

- run: ls -al

- uses: actions/upload-artifact@master
with:
name: my-artifact
name: my-artifact-job2
path: |
job1.md
job2.md
Expand All @@ -46,4 +48,4 @@ jobs:
- run: ls -al
- uses: actions/download-artifact@master
with:
name: my-artifact
name: my-artifact-job2

0 comments on commit 86380db

Please sign in to comment.