Skip to content

Commit

Permalink
Fix filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion committed Dec 31, 2024
1 parent 641a4bb commit 580e378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk-size-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
# Calculate sizes
for module in $MODULES; do
for variant in $VARIANTS; do
baselineFile="metrics/$module/build/outputs/apk/$variant/$module-baseline-$variant.apk"
streamFile="metrics/$module/build/outputs/apk/$variant/$module-stream-$variant.apk"
baselineFile="metrics/$module-baseline/build/outputs/apk/$variant/$module-baseline-$variant.apk"
streamFile="metrics/$module-stream/build/outputs/apk/$variant/$module-stream-$variant.apk"
# Ensure files exist
if [[ -f "$baselineFile" && -f "$streamFile" ]]; then
Expand Down

0 comments on commit 580e378

Please sign in to comment.