ci: remove unused setvars step from Play Store workflow

The tw3lveparsecs/github-actions-setvars action was loading env vars
from variables/android.env that are never referenced in this workflow.
It caused a build failure when GitHub services were unavailable.
This commit is contained in:
2026-02-24 10:03:33 +03:00
parent 94a567c672
commit f746697d57
@@ -27,10 +27,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set Environment Variables
uses: tw3lveparsecs/github-actions-setvars@v0.1
with:
envFilePath: .github/workflows/variables/android.env
- name: Download bundle artifact
uses: actions/download-artifact@v4