Skip to content

fix(ci): Narrow APK glob to avoid uploading duplicates#384

Merged
d4rken merged 1 commit intomainfrom
fix/ci-duplicate-apk-upload
Feb 9, 2026
Merged

fix(ci): Narrow APK glob to avoid uploading duplicates#384
d4rken merged 1 commit intomainfrom
fix/ci-duplicate-apk-upload

Conversation

@d4rken
Copy link
Copy Markdown
Member

@d4rken d4rken commented Feb 9, 2026

Summary

  • The copyTo()-based APK renaming (from the AGP 9 upgrade) leaves both the original and renamed APK in the output directory
  • The *.apk glob in the release workflow matches both, uploading duplicate APKs to GitHub releases
  • Narrow the glob to eu.darken.capod-*.apk to only match renamed APKs

The copyTo-based APK renaming (from AGP 9 upgrade) leaves both the
original and renamed APK in the output directory. Narrow the glob to
only match renamed APKs.
@d4rken d4rken added the bug Something isn't working label Feb 9, 2026
@d4rken d4rken merged commit a8bb42d into main Feb 9, 2026
9 checks passed
@d4rken d4rken deleted the fix/ci-duplicate-apk-upload branch February 9, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant