mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 06:23:08 +00:00
Add mixed filament bias controls and bump version to 0.9.51
This commit is contained in:
3
.github/workflows/build_all.yml
vendored
3
.github/workflows/build_all.yml
vendored
@@ -11,6 +11,7 @@ on:
|
||||
- 'version.inc'
|
||||
- 'CHANGELOG*.md'
|
||||
- 'RELEASE_NOTES*.md'
|
||||
- 'doc/changelogs/**'
|
||||
- 'localization/**'
|
||||
- 'resources/**'
|
||||
- ".github/workflows/build_*.yml"
|
||||
@@ -76,6 +77,8 @@ 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
|
||||
if [ -f "$notes_file" ]; then
|
||||
|
||||
Reference in New Issue
Block a user