mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 14:33:04 +00:00
added a unified color helper so that every created colors and cached colors and preview are the same
This commit is contained in:
6
.github/workflows/build_all.yml
vendored
6
.github/workflows/build_all.yml
vendored
@@ -77,10 +77,10 @@ jobs:
|
||||
|
||||
notes_content=""
|
||||
for notes_file in \
|
||||
"doc/changelogs/CHANGELOG_v${version}.md" \
|
||||
"doc/changelogs/RELEASE_NOTES_v${version}.md" \
|
||||
"CHANGELOG_v${version}.md" \
|
||||
"RELEASE_NOTES_v${version}.md"; do
|
||||
"doc/changelogs/CHANGELOG_v${version}.md" \
|
||||
"RELEASE_NOTES_v${version}.md" \
|
||||
"CHANGELOG_v${version}.md"; do
|
||||
if [ -f "$notes_file" ]; then
|
||||
notes_content=$(cat "$notes_file")
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user