Skip to content

Commit 9d23037

Browse files
authored
Update Release.yml
1 parent 1c2afb2 commit 9d23037

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
workflow_dispatch:
77

88
env:
9-
REPO_COUNT: 9
9+
REPO_A_COUNT: 9
10+
REPO_B_COUNT: 1
1011

1112
jobs:
1213
build:
@@ -24,7 +25,7 @@ jobs:
2425
- name: Clone and Build Cluster Packages
2526
run: |
2627
rm -rf Packages Packages.bz2
27-
for i in $(seq 1 $REPO_COUNT); do
28+
for i in $(seq 1 $REPO_A_COUNT); do
2829
git clone --depth=1 https://github.com/CydiaBlock/package_debian_A$i.git
2930
dpkg-scanpackages -m package_debian_A$i /dev/null >> Packages
3031
echo "" >> Packages

0 commit comments

Comments
 (0)