Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
htdangkhoa committed Jun 19, 2024
1 parent 1866482 commit 7d6b0e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: build 22
path: build
path: dist

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build ${{ inputs.node-version }}
path: build
path: dist

0 comments on commit 7d6b0e8

Please sign in to comment.