We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3869260 commit 32abcf1Copy full SHA for 32abcf1
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: php-actions/composer@v5
19
20
- name: Archive build
21
- run: mkdir /tmp/github-actions/ && tar -cvf /tmp/github-actions/build.tar ./
+ run: mkdir /tmp/github-actions/ && tar --exclude=".git" -cvf /tmp/github-actions/build.tar ./
22
23
- name: Upload build archive for test runners
24
uses: actions/upload-artifact@v2
0 commit comments