Skip to content

Commit

Permalink
missing path for download artifact (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Oct 16, 2022
1 parent 14a81b2 commit b84af58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: bookmarklet
path: bookmarklet
- name: Upload to S3
uses: jakejarvis/s3-sync-action@master
with:
Expand Down Expand Up @@ -267,6 +268,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: chrome
path: chrome
- name: Set Environment Variables
run: |
if [[ "$GITHUB_EVENT_NAME" == "schedule" ]]; then
Expand Down Expand Up @@ -334,6 +336,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: npm
path: npm
- name: Publish to npm
working-directory: npm
run: |
Expand Down

0 comments on commit b84af58

Please sign in to comment.