CI: Cleanup (#6677)

* Cleanup vcpkg matrix

* Add filename with extension as output

* fix name -> fullname, cleanup
This commit is contained in:
tooomm 2026-03-09 21:32:47 +01:00 committed by GitHub
parent 95d7e027fc
commit 42cec10457
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 8 deletions

View file

@ -46,3 +46,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"