CI: extract deb archive only once
No need to extract it again during grimler.se upload.
This commit is contained in:
parent
d2c12f838b
commit
e7be93609b
4
.github/workflows/packages.yml
vendored
4
.github/workflows/packages.yml
vendored
@ -230,10 +230,6 @@ jobs:
|
|||||||
|
|
||||||
source scripts/aptly_api.sh
|
source scripts/aptly_api.sh
|
||||||
|
|
||||||
for archive in termux-packages-*/*.tar; do
|
|
||||||
tar xf "$archive"
|
|
||||||
done
|
|
||||||
|
|
||||||
# Upload file to temporary directory.
|
# Upload file to temporary directory.
|
||||||
uploaded_files=false
|
uploaded_files=false
|
||||||
shopt -s nullglob
|
shopt -s nullglob
|
||||||
|
Loading…
x
Reference in New Issue
Block a user