r0adkll / upload-google-play

A GitHub action to upload an Android .apk or .aab file to the Google Play Console
MIT License
728 stars 131 forks source link

Unable to find any release file matching #221

Open tuyen-vuduc opened 1 month ago

tuyen-vuduc commented 1 month ago

Describe the bug I am trying to set up a GitHub Action workflow to publish my sample Android app to Play Store. However, I faced error of Unable to find any release file matching

image

Workflow Step Configuration

The workflow can be found here

https://github.com/tuyen-vuduc/chick-and-paddy-dotnet-maui/blob/main/.github/workflows/android.yml

Step Debugging

boswelja commented 1 month ago

You need to point the action to your signed release apk/aab

tuyen-vuduc commented 1 month ago

@boswelja Have you checked out my YAML?

My steps are 1/ Build and upload AAB to artifact folder 2/ Download the artifact to current workspace a. I also use ls to ensure the file downloaded well 3/ Upload the downloaded AAB via the action

boswelja commented 1 month ago

@boswelja Have you checked out my YAML?

My steps are 1/ Build and upload AAB to artifact folder 2/ Download the artifact to current workspace a. I also use ls to ensure the file downloaded well 3/ Upload the downloaded AAB via the action

Did you try wrapping your releaseFiles in quotes? According to your run output, it's not checking in any folder.

brux88 commented 3 weeks ago

i have the same problem

Ramo-Y commented 4 days ago

I had the same issue and solved it by surrounding the path with quotes, it worked on the Ubuntu image, but not on Windows.