mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-27 21:48:49 -06:00
Merge pull request #184 from anultravioletaurora/121-add-glitchtip-logging
fix android CI
This commit is contained in:
2
.github/workflows/publish-beta.yml
vendored
2
.github/workflows/publish-beta.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user