diff --git a/examples/github-deploy.yml b/examples/github-deploy.yml index e5929fc98..df2e846ca 100644 --- a/examples/github-deploy.yml +++ b/examples/github-deploy.yml @@ -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