Skip to content

Commit

Permalink
task: specify proper download dir for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cngJo committed May 30, 2023
1 parent ac8d52e commit 08c5ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: astro-cookieconsent
path: .
path: ./dist

# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 08c5ef1

Please sign in to comment.