Closed prin53 closed 4 years ago
Could you try setting this secret on your repository (ACTIONS_STEP_DEBUG
to true
)? See (https://github.com/actions/toolkit/blob/master/docs/action-debugging.md).
This should print some extra debugging statements when you try to run the action. Please try this and post those logs here so I can better troubleshoot your issue.
Using 1.0.1 version fixes issue for me,
e.g. r0adkll/sign-android-release@v1
-> r0adkll/sign-android-release@v1.0.1
.
What is strange, the v1 step has a different error now:
[error]No release file (.apk or .aab) could be found. Abort.
[error]No release file (.apk or .aab) could be found.
I am sure I have the .apk file in the repository root.
Maybe v1 should be unlisted, as GitHub Marketplace displays it as a default?
My fault: I lost Checkout action, so the repo was not cloned.
I am using the action like:
And getting the error:
Notes:
runs-on: windows-latest
set for the job