Skip to content

Commit 6bfed61

Browse files
author
Hyper-Fumetsu
committed
归档: 教训区+自检表, workflow修复 dpkg-scanpackages pool/ 前缀
1 parent 34b82b6 commit 6bfed61

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build-android-wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ jobs:
9898
git checkout apt-repo
9999
mkdir -p pool
100100
cp "../$DEB_FILE" pool/
101-
cd pool
102-
dpkg-scanpackages --multiversion . > ../Packages
103-
cd ..
101+
dpkg-scanpackages --multiversion pool > Packages
104102
gzip -9c Packages > Packages.gz
105103
106104
echo "=== pool/ ==="

0 commit comments

Comments
 (0)