correct tar action
All checks were successful
Source release / source-package (push) Successful in 2m23s

This commit is contained in:
Mario Fetka
2026-04-29 01:09:48 +02:00
parent 1fb4c0b04c
commit 5fba979346

View File

@@ -184,7 +184,8 @@ jobs:
echo "name=$DISTFILE" >> "$GITHUB_OUTPUT"
echo "Created: $FILE"
tar -tzf "$FILE" | head -20
tar -tzf "$FILE" > tarball-list.txt
sed -n '1,20p' tarball-list.txt
- name: Decide release target
id: target