Skip to content

Commit 7b76fbe

Browse files
authored
Update Release.yml
1 parent 15db4bb commit 7b76fbe

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,13 @@ jobs:
2121
git config --global user.name "dopaemon"
2222
git config --global user.email "polarisdp@gmail.com"
2323
24-
- name: Clone All Repositories
24+
- name: Clone and Build Cluster Packages
2525
run: |
2626
for i in $(seq 1 $REPO_COUNT); do
2727
git clone --depth=1 https://github.com/CydiaBlock/package_debian_A$i.git
28-
done
29-
30-
- name: Build Cluster Packages
31-
run: |
32-
> Packages
33-
for i in $(seq 1 $REPO_COUNT); do
3428
dpkg-scanpackages -m package_debian_A$i /dev/null >> Packages
3529
echo "" >> Packages
30+
rm -rf package_debian_A$i
3631
done
3732
3833
- name: Format and Clean Packages
@@ -43,9 +38,6 @@ jobs:
4338
- name: Compress
4439
run: bzip2 -fks Packages
4540

46-
- name: Clean folders
47-
run: rm -rf package_debian_*
48-
4941
- name: Commit and push changes
5042
uses: devops-infra/action-commit-push@master
5143
with:

0 commit comments

Comments
 (0)