diff --git a/.github/workflows/distribute_app_to_play_store.yml b/.github/workflows/distribute_app_to_play_store.yml index 3033c9d..2f38db4 100644 --- a/.github/workflows/distribute_app_to_play_store.yml +++ b/.github/workflows/distribute_app_to_play_store.yml @@ -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