matthiasblaesing commented on PR #8959: URL: https://github.com/apache/netbeans/pull/8959#issuecomment-3448753941
@jtulach the builds for the native bits are triggered by changes to the corresponding paths: https://github.com/apache/netbeans/blob/d753c90e7099d1ed0bd6775727cf741ebd8a6bb4/.github/workflows/native-binary-build-launcher.yml#L34-L48 You can trigger the build from the "Actions" tab of the repository. Select "NetBeans Native Launcher" and then "Run workflow". You can run from master as that hold the latest changes to the launcher. Or easier: go to checks page of the original PR https://github.com/apache/netbeans/pull/8756/checks, Select "Make sure netbeans in embedded terminal means itself" and you are redirected to the result of that run: https://github.com/apache/netbeans/actions/runs/18612911215. There are your binaries. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
