-
Notifications
You must be signed in to change notification settings - Fork 11
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
Something is wrong on split #20
Comments
Thank you for letting me know about the issue. It seems that there was an unexpected change in the workspace path mapping after the Upon checking the job log, I also found that To help with debugging, I created a new version of the |
I am facing the exact same issue. @winterjung It does not work with |
@supersu-man sorry for late replying. Could you try with |
I currently switched from https://github.com/marketplace/actions/simple-split and something is off.
I'm using another action to sign a list of files.
This will produce a string of the full path to the signed files, separated by a
:
.The signing output string looks like this:
/home/runner/work/Burning-Series/Burning-Series/app/release/app-release-signed.aab:/home/runner/work/Burning-Series/Burning-Series/app/release/app-release-signed.apk
My split config looks like this:
When I try to upload the files by their split path it can't find the first file.
So it tries to resolve
/github/workspace/app/release/app-release-signed.aab
but can't find itHowever it works with the second file
You can take a look at the job here: https://github.com/DATL4G/Burning-Series/actions/runs/4398432795/jobs/7702280605
The text was updated successfully, but these errors were encountered: