Skip to content

Commit f539961

Browse files
committed
Tweak repo assembly code
... to not exclude templates used by PackageMaker
1 parent 77eef03 commit f539961

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-all.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ jobs:
202202
- name: "Create tarball"
203203
run: |
204204
cd $HOME
205-
tar --exclude-vcs --exclude=build/obj --exclude=.libs -cf gap.tar.zst gap
205+
tar --exclude='*/.git' --exclude='*/.git/*' \
206+
--exclude=build/obj --exclude=.libs \
207+
-cf gap.tar.zst gap
206208
207209
- name: "Compute suitable artifact basename"
208210
id: get-artifact-name

0 commit comments

Comments
 (0)