Skip to content

Commit

Permalink
fix: copying git to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhaticus committed Nov 5, 2024
1 parent 879345d commit 03298b2
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 @@ -41,7 +41,7 @@ jobs:
run: |
mkdir -p ./lib/lib &&
find ./lib -mindepth 1 -maxdepth 1 ! -name "lib" -exec mv {} ./lib/lib/ \;
cp package.json README.md LICENSE ./lib
cp -r .git/ package.json README.md LICENSE ./lib
- uses: actions/upload-artifact@v4
with:
name: lib
Expand Down

0 comments on commit 03298b2

Please sign in to comment.