Conversation
[Main] Rebrand fork to OpenStudio (display name, icons, docs, CI)
The 'Build slicer' step's mv command still referenced the pre-rebrand output name BambuStudio_ubu64.AppImage as its source. Since the rebrand to OpenStudio, build_appimage.sh.in (configured via @SLIC3R_APP_KEY@ = "OpenStudio") actually produces build/OpenStudio_ubu64.AppImage, so the mv failed with 'cannot stat', breaking all three Ubuntu matrix builds (22.04/24.04/26.04) at the Build slicer step. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
master already has the fix for the Ubuntu AppImage mv bug
(1c9ac14) that dev is still missing. Merging master into dev to
sync CI/pipeline state between branches. Clean merge, only touches
.github/workflows/build_bambu.yml.