Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: APK files missing at releases since v3.8.1 #4054

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

MohitMaliFtechiz
Copy link
Collaborator

Fixes #4053

Now we are uploading the APKs from CD to the existing release instead of creating the new draft release via GitHub action. By doing this we do not need to manually upload the APK in the existing release and delete the draft release.

Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.68%. Comparing base (ef3a006) to head (6ecbec0).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #4054      +/-   ##
============================================
+ Coverage     58.57%   58.68%   +0.11%     
- Complexity     1544     1549       +5     
============================================
  Files           316      316              
  Lines         13330    13330              
  Branches       1698     1698              
============================================
+ Hits           7808     7823      +15     
+ Misses         4400     4386      -14     
+ Partials       1122     1121       -1     

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


🚨 Try these New Features:

@kelson42 kelson42 force-pushed the upload_artifact_in_existing_release branch 2 times, most recently from adfc632 to 8d35429 Compare November 16, 2024 11:59
@kelson42 kelson42 force-pushed the upload_artifact_in_existing_release branch from 8d35429 to 6ecbec0 Compare November 20, 2024 18:15
@kelson42 kelson42 merged commit 04bf549 into main Nov 20, 2024
15 of 16 checks passed
@kelson42 kelson42 deleted the upload_artifact_in_existing_release branch November 20, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

APK files missing at releases sinve v3.8.1
3 participants