Upload of APK for GitHub release fails #1510
Replies: 3 comments
-
Hi @joelpaulkoch, Can you please share the build id? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The most recent build id of a pipeline run where the publishing step failed is: 641d81a9c80980ec9da806fe |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create a release and upload a apk to GitHub as a publishing step.
So, I build a universal apk in a previous step and list it as artifact, the apk shows up as artifact after the pipeline run.
To publish it, I followed the instructions given here: https://docs.codemagic.io/flutter-publishing/github-releases/
In particular this script:
Strangely, this worked once but not for the following pipeline runs.
Now it's giving me this error:
stat : no such file or directory /var/folders/w2/rrf5p87d1bbfyphxc7jdnyvh0000gn/T/build_script_9_1_hrrdhwmv:12: permission denied: build/app/outputs/bundle/release/app-v1.1.0.apk
The build step for the apk is on of the scripts of the workflow and the publishing step is configured as a script in the publishing section, so the build step should run before the publishing step right?
Beta Was this translation helpful? Give feedback.
All reactions