Skip to content

Commit

Permalink
Clarify download action and why name: artifact is required
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly committed Jun 18, 2022
1 parent 6994d9b commit c4bfbe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/github-deploy.yml
Expand Up @@ -51,6 +51,8 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir
name: artifact
path: dist

Expand Down

0 comments on commit c4bfbe2

Please sign in to comment.