Replies: 2 comments 3 replies
-
Hi @phhoef, Flutter Windows package is On the other hand, perhaps, you can try to unzip. I strongly suggest you to do it by remote accessing a builder machine, so that you can check all the paths. |
Beta Was this translation helpful? Give feedback.
-
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.
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've a small Flutter desktop application and I am building this App on Codemagic for Windows.
During the build process a setup is generated through Inno Setup.
Inno setup outputs the installer to
dist/MyApp Setup.exe
.I've defined the following artifact:
I am expecting, that only this exe file is published as artifact.
In fact, the whole dist folder containing the exe file is zipped and offered for download.
The name of the artifact is
MyApp_2_11_artifacts.zip
. When unpacked the structure isCan someone please give me a hint, how to only output the single exe file?
Beta Was this translation helpful? Give feedback.
All reactions