Skip to content

Commit

Permalink
fix: working directory for npm pack
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Mar 12, 2024
1 parent db5e634 commit b1f6513
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
shell: bash

- run: npm pack
working-directory: build

- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
shell: bash

- run: npm pack
working-directory: build

- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b1f6513

Please sign in to comment.