We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2afb2 commit 9d23037Copy full SHA for 9d23037
.github/workflows/Release.yml
@@ -6,7 +6,8 @@ on:
6
workflow_dispatch:
7
8
env:
9
- REPO_COUNT: 9
+ REPO_A_COUNT: 9
10
+ REPO_B_COUNT: 1
11
12
jobs:
13
build:
@@ -24,7 +25,7 @@ jobs:
24
25
- name: Clone and Build Cluster Packages
26
run: |
27
rm -rf Packages Packages.bz2
- for i in $(seq 1 $REPO_COUNT); do
28
+ for i in $(seq 1 $REPO_A_COUNT); do
29
git clone --depth=1 https://github.com/CydiaBlock/package_debian_A$i.git
30
dpkg-scanpackages -m package_debian_A$i /dev/null >> Packages
31
echo "" >> Packages
0 commit comments