Deployment Location

Is there no way to get the deployment location path within Octopus Deploy

Tries this :-
#{Octopus.Tentacle.Agent.ApplicationDirectoryPath}#{Octopus.Environment.Name}#{Octopus.Action.Package.Id}#{Octopus.Action.Package.Version}

But #{Octopus.Action.Package.Id} and {Octopus.Action.Package.Version} don’t exist ?

How can I get this value?

Found what I was looking for:-

#{Octopus.Action[Create Website].Output.Package.InstallationDirectoryPath}