Skip to content

Commit e3366d1

Browse files
committed
fixup! ci: run Git's entire test suite
1 parent cb73508 commit e3366d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
github-token: ${{ secrets.GITHUB_TOKEN }}
5353
repository: ${{ github.repository }}
5454
- name: get latest successful ci-artifacts run
55+
# Cannot just grab from https://github.com/git-for-windows/git-sdk-64/releases/tag/ci-artifacts
56+
# because we also need the git-artifacts
5557
id: ci-artifacts-run-id
5658
uses: actions/github-script@v7
5759
with:
@@ -90,7 +92,7 @@ jobs:
9092
mkdir minimal-sdk &&
9193
cd minimal-sdk &&
9294
tar xzf ../git-sdk-x86_64-minimal.tar.gz &&
93-
tar -C ../install cf - . | tar xf - &&
95+
tar -C ../install -cf - . | tar xf - &&
9496
tar cvf - * .[0-9A-Za-z]* | gzip -1 >../git-sdk-x86_64-minimal.tar.gz
9597
- name: upload minimal-sdk artifact
9698
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)