You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upload a .NET project artifact. The artifact is stored at $GITHUB_WORKSPACE/ProjectName/bin/Release/net9.0-windows/
However, actions/puload-artifact@4 doesn't seem to resolve the variable I used to address this directory:
What did you expect to happen?
I'd expect actions/puload-artifact@4 to resolve variables, glob patterns and relative paths, and to output the resolved absolute paths prior to uploading, so the actual absolute paths used can be evaluated by the user.
What happened?
I'm trying to upload a .NET project artifact. The artifact is stored at
$GITHUB_WORKSPACE/ProjectName/bin/Release/net9.0-windows/
However,
actions/puload-artifact@4
doesn't seem to resolve the variable I used to address this directory:What did you expect to happen?
I'd expect
actions/puload-artifact@4
to resolve variables, glob patterns and relative paths, and to output the resolved absolute paths prior to uploading, so the actual absolute paths used can be evaluated by the user.How can we reproduce it?
This is the GitHub Actions step I wrote:
What version of the action are you using?
@4
What are your runner environments?
linux or windows – didn't specify
The text was updated successfully, but these errors were encountered: