Hi, I am following this tutorial for using certificated in the advanced installer git action, https://www.advancedinstaller.com/code-signing-with-github-actions.html
however this code does not seem to store anything in the env.PFX_PATH variable
$pfxPath = Join-Path -Path $env:RUNNER_TEMP ...