mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 03:18:02 +00:00
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:
@@ -27,10 +27,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: Download bundle artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user