Skip to content

Commit

Permalink
fix: fix dist path
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Sep 1, 2024
1 parent 81906dd commit cc42188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'build-test'
name: 'CI'
on:
push:

Expand Down Expand Up @@ -40,6 +40,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: dist
path: ./dist
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
env:
Expand Down

0 comments on commit cc42188

Please sign in to comment.