Skip to content

Commit

Permalink
Update android pattern for artifacts as we've changed them
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 28, 2024
1 parent c5860b9 commit 53b652a
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 53b652a

Please sign in to comment.