Skip to content

Commit

Permalink
fix: wrong dir for artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
zeon256 committed May 25, 2024
1 parent 0c7695d commit 17fdbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: release-artifact
path: dist
path: .
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_CI }}
Expand Down

0 comments on commit 17fdbef

Please sign in to comment.