Skip to content

Commit

Permalink
Fix generated artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Nov 8, 2023
1 parent bbfb713 commit 687c108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/upload-artifact@65d862660abb392b8c4a3d1195a2108db131dd05
with:
name: baseline-apk-${{ steps.getMostRecentRelease.outputs.VERSION }}
path: android/app/build/outputs/apk/e2edelta/release/app-e2e-release.apk
path: android/app/build/outputs/apk/e2e/release/app-e2e-release.apk


buildDelta:
Expand Down

0 comments on commit 687c108

Please sign in to comment.