Skip to content

Commit 32abcf1

Browse files
author
Greg Bowler
committed
Apply changes on ci-2025-sec
1 parent 3869260 commit 32abcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: php-actions/composer@v5
1919

2020
- name: Archive build
21-
run: mkdir /tmp/github-actions/ && tar -cvf /tmp/github-actions/build.tar ./
21+
run: mkdir /tmp/github-actions/ && tar --exclude=".git" -cvf /tmp/github-actions/build.tar ./
2222

2323
- name: Upload build archive for test runners
2424
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)