diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index 5b8c2e26..090ca5bd 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -48,7 +48,7 @@ jobs: - name: 🎉 Create Github release uses: ncipollo/release-action@v1 with: - artifacts: "ios/Jellify.ipa,android/app/build/outputs/release/app-release.apk" + artifacts: "ios/Jellify.ipa,android/app/build/outputs/apk/release/app-release.apk" name: ${{ env.VERSION_NUMBER }} prerelease: true tag: ${{ env.VERSION_NUMBER }} diff --git a/components/Login/screens/server-address.tsx b/components/Login/screens/server-address.tsx index df9d1637..30a076b9 100644 --- a/components/Login/screens/server-address.tsx +++ b/components/Login/screens/server-address.tsx @@ -35,6 +35,9 @@ export default function ServerAddress({ const useServerMutation = useMutation({ mutationFn: () => { + + console.debug(`Connecting to ${useHttps ? https : http}${serverAddress}`); + let jellyfin = new Jellyfin(JellyfinInfo); if (!!!serverAddress)