Skip to content

Commit

Permalink
fix script invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Dec 10, 2024
1 parent 53e4b70 commit c350325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:

- name: Compare APK sizes
working-directory: ./benchmarking
run: compare_sizes.sh sample-flutter.apk sample-flutter-sentry.apk $THRESHOLD
run: ./compare_sizes.sh sample-flutter.apk sample-flutter-sentry.apk $THRESHOLD

0 comments on commit c350325

Please sign in to comment.