Skip to content

Commit cd6dac4

Browse files
authored
Update Release.yml
1 parent 544c07a commit cd6dac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Clone and Build Cluster A Packages
3030
run: |
3131
for i in $(seq 1 $REPO_A_COUNT); do
32-
git clone --depth=1 https://github.com/CydiaBlock/package_debian_A$i.git
32+
git clone --filter=blob:none --depth=1 https://github.com/CydiaBlock/package_debian_A$i.git
3333
dpkg-scanpackages -m package_debian_A$i /dev/null >> Packages
3434
echo "" >> Packages
3535
rm -rf package_debian_A$i
@@ -38,7 +38,7 @@ jobs:
3838
- name: Clone and Build Cluster B Packages
3939
run: |
4040
for i in $(seq 1 $REPO_B_COUNT); do
41-
git clone --depth=1 https://github.com/CydiaBlock/package_debian_B$i.git
41+
git clone --filter=blob:none --depth=1 https://github.com/CydiaBlock/package_debian_B$i.git
4242
dpkg-scanpackages -m package_debian_B$i /dev/null >> Packages
4343
echo "" >> Packages
4444
rm -rf package_debian_B$i

0 commit comments

Comments
 (0)