Skip to content

Commit 4f2d55d

Browse files
authored
Change tar command to archive all files in dist
Don't include self in the tarball
1 parent f23c21c commit 4f2d55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm install
2626

2727
- name: Archive build output
28-
run: tar -czf dist.tar.gz .
28+
run: tar -czf dist.tar.gz *
2929

3030
- name: Upload build artifact (for workflow logs)
3131
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)