From 53b652a4de005744530629a5ab8f65746804f56c Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Mon, 28 Oct 2024 16:58:03 -0600 Subject: [PATCH] Update android pattern for artifacts as we've changed them --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/testBuild.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e92a78ba425f..65d0da453068 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -96,7 +96,7 @@ jobs: uses: actions/download-artifact@v4 with: path: /tmp/artifacts - pattern: android-artifact-* + pattern: android-*-artifact merge-multiple: true - name: Log downloaded artifact paths @@ -788,7 +788,7 @@ jobs: run: | gh release upload ${{ needs.prep.outputs.APP_VERSION }} --repo ${{ github.repository }} --clobber \ ./android-sourcemaps-artifact/index.android.bundle.map#android-sourcemap-${{ needs.prep.outputs.APP_VERSION }} \ - ./android-build-artifact/app-production-release.aab \ + ./android-aab-artifact/app-production-release.aab \ ./android-hybrid-build-artifact/Expensify-release.aab#Android-HybridApp.aab \ ./desktop-staging-sourcemaps-artifact/desktop-staging-merged-source-map.js.map#desktop-staging-sourcemap-${{ needs.prep.outputs.APP_VERSION }} \ ./desktop-staging-build-artifact/NewExpensify.dmg#NewExpensifyStaging.dmg \ diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index 672d468ed3b1..1bba3e96735a 100644 --- a/.github/workflows/testBuild.yml +++ b/.github/workflows/testBuild.yml @@ -92,7 +92,7 @@ jobs: uses: actions/download-artifact@v4 with: path: /tmp/artifacts - pattern: android-artifact-* + pattern: android-*-artifact merge-multiple: true - name: Log downloaded artifact paths