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
|
@ -230,10 +230,6 @@ jobs:
|
|||
|
||||
source scripts/aptly_api.sh
|
||||
|
||||
for archive in termux-packages-*/*.tar; do
|
||||
tar xf "$archive"
|
||||
done
|
||||
|
||||
# Upload file to temporary directory.
|
||||
uploaded_files=false
|
||||
shopt -s nullglob
|
||||
|
|
Loading…
Reference in New Issue