Skip to content

Comments

chore(ci): Use wildcard for APK paths in release workflow#4622

Merged
jamesarich merged 1 commit intomainfrom
fix/attestations
Feb 22, 2026
Merged

chore(ci): Use wildcard for APK paths in release workflow#4622
jamesarich merged 1 commit intomainfrom
fix/attestations

Conversation

@jamesarich
Copy link
Collaborator

This commit updates the release.yml GitHub Actions workflow to use a wildcard ** in the path for locating APK files.

Previously, the paths were specific to google/release and fdroid/release build variants. The new glob pattern app/build/outputs/apk/**/*.apk makes the workflow more flexible and robust by automatically including APKs from any and all build variants present.

This change affects the artifact upload and provenance attestation steps for both the Google and F-Droid release jobs.

This commit updates the `release.yml` GitHub Actions workflow to use a wildcard `**` in the path for locating APK files.

Previously, the paths were specific to `google/release` and `fdroid/release` build variants. The new glob pattern `app/build/outputs/apk/**/*.apk` makes the workflow more flexible and robust by automatically including APKs from any and all build variants present.

This change affects the artifact upload and provenance attestation steps for both the Google and F-Droid release jobs.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@github-actions github-actions bot added the bugfix PR tag label Feb 22, 2026
@jamesarich jamesarich merged commit 6776225 into main Feb 22, 2026
4 checks passed
@jamesarich jamesarich deleted the fix/attestations branch February 22, 2026 13:04
@codecov
Copy link

codecov bot commented Feb 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@d8f08c3). Learn more about missing BASE report.
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff           @@
##             main   #4622   +/-   ##
======================================
  Coverage        ?   3.40%           
======================================
  Files           ?     212           
  Lines           ?    6630           
  Branches        ?     921           
======================================
  Hits            ?     226           
  Misses          ?    6333           
  Partials        ?      71           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PR tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant