-
Notifications
You must be signed in to change notification settings - Fork 723
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
[bug] Can't find .ipa file #612
Comments
@Vukan-Levi9 this is related to the minor release removing hidden files by default. include-hidden-files: true That will most likely fix your issue. You can check out the pinned issue for more information. |
@NielsJorck I already tried with that option but it's not working in that case either. |
for debug try to run ls -la to check that file is there |
@Chizkiyahu I run it, this is the output |
You can try a work around to zip the file and upload the zip |
@Chizkiyahu How to do that? |
than upload the ls is for debug only |
@Chizkiyahu It's actually working now without zipping, it seems that the problem was that I had '[' and ']' characters in my app name, now when I removed them it's working... |
guys, you released a breaking change without bumping the major version? c'mon, we are using " |
nice....introducing a breaking change in a feature release 👏 we also had to debug... |
What happened?
I have a problem with upload-artifact Github action when building ios flutter app.
What did you expect to happen?
I'm building .ipa file, and seems that that file is generated, but then when I try to upload artifact in next step it can't find it.
How can we reproduce it?
Anything else we need to know?
No response
What version of the action are you using?
4.4.0
What are your runner environments?
linux, macos
Are you on GitHub Enterprise Server? If so, what version?
No response
The text was updated successfully, but these errors were encountered: