No Artifacts Generated for Windows Build (Qwen AI App) #925
Replies: 1 comment
-
|
After further investigation, the issue with the icon URL occurs specifically when using GitHub Actions. As far as I know, the only way to resolve this in the GitHub Actions workflow is to omit the Icon option entirely and proceed without specifying an icon. This ensures the packaging process completes successfully. If you still wish to use a custom icon, you can achieve this by running the packaging process locally via the CLI. For example:
This approach allows you to specify a local file path or URL for the icon, avoiding the issues encountered in GitHub Actions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered an issue while running a GitHub Actions workflow to build the Qwen AI app for Windows. The workflow completes without errors, but no artifacts are generated. The following message is displayed:
Interestingly, when I run the same workflow for macOS, it works as expected, and the artifacts are generated successfully. This leads me to believe there might be an issue specific to the Windows build process.
Has anyone experienced a similar issue? Could there be something wrong with my workflow configuration or the steps I am following (here)?
Beta Was this translation helpful? Give feedback.
All reactions