debug nsis

This commit is contained in:
tooomm 2026-07-26 23:10:56 +02:00
parent 1118c26a5c
commit ee1a7815e9
4 changed files with 14 additions and 6 deletions

View file

@ -326,10 +326,12 @@ if [[ $USE_CCACHE == 1 ]]; then
ccache --show-config
echo " -----"
ccache --show-stats
ccache --show-compression
echo " -----"
ccache --zero-stats
echo " -----"
ccache --show-stats
ccache --show-compression
echo "::endgroup::"
fi

View file

@ -47,6 +47,7 @@ echo "Renaming '$package' to '$package_new'"
mv "$package_path" "$package_path_new"
du -h "$package_path_new"
#TODO remove package_path as it's default working direcotry / repo root?
{
echo "package_path=$package_path_new" >> "$GITHUB_OUTPUT"
echo "package=$package_new" >> "$GITHUB_OUTPUT"