correct tar action
All checks were successful
Source release / source-package (push) Successful in 2m23s
All checks were successful
Source release / source-package (push) Successful in 2m23s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user