Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikescamell committed Feb 12, 2025
1 parent c4a2342 commit d80c3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Find test APK path
id: find-apk
run: |
TEST_APK_PATH=$(find . -path '*/build/outputs/apk/play/debug/*.apk' -type f -print -quit)
TEST_APK_PATH=$(find . -path '*/build/outputs/apk/internal/debug/*.apk' -type f -print -quit)
echo "Found test APK at: $TEST_APK_PATH"
echo "apk_path=$TEST_APK_PATH" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit d80c3b0

Please sign in to comment.