CI: extract deb archive only once

No need to extract it again during grimler.se upload.
This commit is contained in:
Henrik Grimler 2022-03-13 13:14:11 +01:00
parent d2c12f838b
commit e7be93609b
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 0 additions and 4 deletions

View File

@ -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