Skip to content

Commit

Permalink
Name artifact to avoid extra directory
Browse files Browse the repository at this point in the history
  • Loading branch information
neillrobson committed Jun 6, 2024
1 parent 784387f commit e9b48f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lookaside.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: website
path: dist

# Deployment job
Expand All @@ -48,6 +49,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: website
path: dist
- name: Prepare npmrc
run: envsubst < ci.npmrc > .npmrc
Expand Down

0 comments on commit e9b48f3

Please sign in to comment.