Skip to content

Commit

Permalink
ADd version tag to Download baseline APK step
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Oct 23, 2023
1 parent fd5c610 commit 2e73a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: ./scripts/setup-mapbox-sdk.sh ${{ secrets.MAPBOX_SDK_DOWNLOAD_TOKEN }}

- name: Build APK
# if: ${{ !fromJSON(steps.checkForExistingArtifact.outputs.exists) }}
if: ${{ !fromJSON(steps.checkForExistingArtifact.outputs.exists) }}
uses: Expensify/App/.github/actions/composite/buildAndroidAPK@main
with:
ARTIFACT_NAME: baseline-apk-${{ steps.getMostRecentRelease.outputs.VERSION }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
uses: actions/download-artifact@e9ef242655d12993efdcda9058dee2db83a2cb9b
id: downloadBaselineAPK
with:
name: baseline-apk
name: baseline-apk-${{ needs.buildBaseline.outputs.VERSION }}
path: zip

# The downloaded artifact will be a file named "app-e2e-release.apk" so we have to rename it
Expand Down

0 comments on commit 2e73a3f

Please sign in to comment.