We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77eef03 commit f539961Copy full SHA for f539961
1 file changed
.github/workflows/test-all.yml
@@ -202,7 +202,9 @@ jobs:
202
- name: "Create tarball"
203
run: |
204
cd $HOME
205
- tar --exclude-vcs --exclude=build/obj --exclude=.libs -cf gap.tar.zst gap
+ tar --exclude='*/.git' --exclude='*/.git/*' \
206
+ --exclude=build/obj --exclude=.libs \
207
+ -cf gap.tar.zst gap
208
209
- name: "Compute suitable artifact basename"
210
id: get-artifact-name
0 commit comments