Add filename with extension as output

This commit is contained in:
tooomm 2026-03-08 20:05:20 +01:00 committed by GitHub
parent 7a164cd81f
commit 4c3b4d0d93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,3 +53,4 @@ relative_path="$path/$filename"
ls -l "$relative_path"
echo "path=$relative_path" >>"$GITHUB_OUTPUT"
echo "name=$new_name" >>"$GITHUB_OUTPUT"
echo "fullname=$filename" >>"$GITHUB_OUTPUT"