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

[bug] Can't find .ipa file #612

Open
Vukan-Levi9 opened this issue Sep 6, 2024 · 10 comments
Open

[bug] Can't find .ipa file #612

Vukan-Levi9 opened this issue Sep 6, 2024 · 10 comments
Labels
bug Something isn't working

Comments

@Vukan-Levi9
Copy link

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?

Screenshot 2024-09-06 at 17 12 24

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

@Vukan-Levi9 Vukan-Levi9 added the bug Something isn't working label Sep 6, 2024
@NielsJorck
Copy link

@Vukan-Levi9 this is related to the minor release removing hidden files by default.
You can include this:

include-hidden-files: true

That will most likely fix your issue.

You can check out the pinned issue for more information.

@Vukan-Levi9
Copy link
Author

@NielsJorck I already tried with that option but it's not working in that case either.

@Chizkiyahu
Copy link

for debug try to run ls -la to check that file is there

@Vukan-Levi9
Copy link
Author

@Chizkiyahu I run it, this is the output
Screenshot 2024-09-09 at 09 36 37

@Chizkiyahu
Copy link

@Chizkiyahu I run it, this is the output Screenshot 2024-09-09 at 09 36 37

You can try a work around to zip the file and upload the zip

@Vukan-Levi9
Copy link
Author

@Chizkiyahu How to do that?

@Chizkiyahu
Copy link

cd  build/ios/ipa
ls -la 
zip <file_name>.zip  <filename>.ipa 
ls -la 

than upload the <filename>.ipa

ls is for debug only

@Vukan-Levi9
Copy link
Author

@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...

@carnei-ro
Copy link

guys, you released a breaking change without bumping the major version? c'mon, we are using "@v4" with will get your breaking change! 2 hours of debugging until get this.

@alexanderj1988
Copy link

alexanderj1988 commented Sep 11, 2024

nice....introducing a breaking change in a feature release 👏

we also had to debug...
and change halve dozen of workflows...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants