Skip to content

Commit

Permalink
Merge pull request Expensify#51621 from Expensify/andrew-android-arti…
Browse files Browse the repository at this point in the history
…fact-paths

[No QA]Update android pattern for artifacts as we've changed them
  • Loading branch information
luacmartins authored Oct 28, 2024
2 parents 8ef040a + 53b652a commit bbac7e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbac7e8

Please sign in to comment.