add secure storage (not working)
Some checks failed
Release / meta (push) Successful in 2s
Release / android-build (push) Successful in 6m25s
Release / release-dev (push) Has been skipped
Release / release-master (push) Has been skipped
Release / linux-build (push) Failing after 2m16s

This commit is contained in:
2025-12-12 09:58:52 +00:00
parent 292163bda6
commit 4d483495fc
10 changed files with 155 additions and 10 deletions

View File

@@ -141,6 +141,15 @@ jobs:
- android-build
- linux-build
steps:
- name: Install jq
run: |
if command -v sudo >/dev/null 2>&1; then
SUDO="sudo"
else
SUDO=""
fi
$SUDO apt-get update
$SUDO apt-get install -y jq
- name: Download Android APK
if: ${{ github.ref == 'refs/heads/dev' }}
uses: actions/download-artifact@v3
@@ -220,7 +229,6 @@ jobs:
>/dev/null
done
release-master:
runs-on: ubuntu-latest
needs: