The release job zipped ./client/dist, so every archive entry carried a client/dist/ prefix and an unzip dropped the app into a client/dist subfolder. Zip from inside dist instead, so index.html, assets and the bundled viya.json sit at the root of the archive. Closes #147