Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit d18fb1b

Browse files
authored
fix: remove .git directory from action's output (#815)
1 parent 3f39472 commit d18fb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Prepare workspace
6565
run: |
66-
tar czf /tmp/workspace.tar.gz .
66+
tar czf /tmp/workspace.tar.gz --exclude='.git' .
6767
6868
- uses: actions/upload-artifact@v4
6969
with:

0 commit comments

Comments
 (0)