Is expo-linking on published app in Expo Go App supported?

I have a simple question. Is expo-linking on published app in Expo Go App supported?

Local

On my local development environment deep linking / universal linking is working.
Clicking a

<a href="exp://127.0.0.1:19000/--/some/path">Open some/path with app</a>

opens the Expo Go App and the deep link (via react-navigation linking option). Nice.

Published

After publishing the app (with a release channel called “demo”) clicking on

<a href="exp://exp.host/@lorem/ipsum-app/--/some/path?release-channel=demo">Open some/path with published app</a>

opens the published app inside Expo Go. It opens the initial route but not the some/path screen.

So i was wondering: Is that even possible? Is deep linking in Expo Go only working on local dev environment?