Skip to content

Commit

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

0 comments on commit 57f49ae

Please sign in to comment.