Skip to content

Commit

Permalink
fix: creating nested lib directory during build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhaticus committed Nov 5, 2024
1 parent d073b86 commit 0e66eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
run: npm run build
- name: Prepare artifact
run: |
mkdir -p ./lib/lib &&
mv ./lib/** ./lib/lib &&
cp package.json README.md LICENSE ./lib
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0e66eac

Please sign in to comment.