Merge pull request #184 from anultravioletaurora/121-add-glitchtip-logging

fix android CI
This commit is contained in:
Violet Caulfield
2025-03-29 07:12:01 -05:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -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 }}

View File

@@ -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)