diff options
| author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2025-06-27 22:41:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-27 22:41:44 -0400 |
| commit | 7a06abed9b8f542cdb7f8f7b015013ddd436f929 (patch) | |
| tree | 9e473b5ecbd873062b29d91ee94cc06453e12dd7 /.github | |
| parent | f48fe44684a535ed2eefc64c134551ce72e9ecf4 (diff) | |
| parent | b0c951ffe348f478f27a85720cc7aeffea32fe73 (diff) | |
Merge pull request #4307 from secondlife/revert-4306-geenz/develop-to-gltf-mesh
Revert "Merge develop into glTF mesh import"
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4bf2af644a..198785d39b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -218,10 +218,8 @@ jobs: prefix=${ba[0]} if [ "$prefix" == "project" ]; then IFS='_' read -ra prj <<< "${ba[1]}" - prj_str="${prj[*]}" # uppercase first letter of each word - capitalized=$(echo "$prj_str" | awk '{for (i=1; i<=NF; i++) $i = toupper(substr($i,1,1)) substr($i,2); print}') - export viewer_channel="Second Life Project $capitalized" + export viewer_channel="Second Life Project ${prj[*]^}" elif [[ "$prefix" == "release" || "$prefix" == "main" ]]; then export viewer_channel="Second Life Release" @@ -457,6 +455,7 @@ jobs: prerelease: true generate_release_notes: true target_commitish: ${{ github.sha }} + previous_tag: release append_body: true fail_on_unmatched_files: true files: | |
