From d400b4fcc2ea8029d34a42fe5f2b5f11eaddfa26 Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Fri, 23 May 2025 15:19:03 -0700 Subject: [PATCH] remove reference to beta directory --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 83af89697b..3012e27342 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -61,7 +61,7 @@ jobs: # name: test-reports # path: app/build/reports/tests/ - - name: Test Directory STructure + - name: Test Directory Structure run: | pwd \ cat .ruby-version @@ -91,8 +91,6 @@ jobs: --name app_beta_upload-keystore.jks --file ${{ github.workspace }}/keystores/app_beta_upload-keystore.jks --output none az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME \ --name google-services.json --file ${{ github.workspace }}/app/src/standardRelease/google-services.json --output none - az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME \ - --name google-services.json --file ${{ github.workspace }}/app/src/standardBeta/google-services.json --output none - name: Promote Play Store version to production env: