Skip to content

Commit 8b66f39

Browse files
committed
x
1 parent eee2764 commit 8b66f39

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
2020
- name: Build and Install via Formula
2121
run: |
22-
# Create a tarball of the current repository state
23-
git archive --format=tar.gz --output=gplaces.tar.gz HEAD
22+
# Create a tarball of the current repository state including submodules
23+
# git archive does not include submodules, so we use tar
24+
tar -czf gplaces.tar.gz --exclude=.git --exclude=gplaces.tar.gz .
2425
SHA=$(shasum -a 256 gplaces.tar.gz | cut -d ' ' -f 1)
2526
2627
# Adjust formula URL and SHA to point to the local tarball

0 commit comments

Comments
 (0)