Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
1013ea51
Commit
1013ea51
authored
1 year ago
by
Brad Linden
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/gh-relnotes' into release/gltf-maint2
parents
258c0395
9b8800f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/build.yaml
+22
-6
22 additions, 6 deletions
.github/workflows/build.yaml
with
22 additions
and
6 deletions
.github/workflows/build.yaml
+
22
−
6
View file @
1013ea51
...
@@ -24,6 +24,8 @@ jobs:
...
@@ -24,6 +24,8 @@ jobs:
outputs
:
outputs
:
viewer_channel
:
${{ steps.build.outputs.viewer_channel }}
viewer_channel
:
${{ steps.build.outputs.viewer_channel }}
viewer_version
:
${{ steps.build.outputs.viewer_version }}
viewer_version
:
${{ steps.build.outputs.viewer_version }}
viewer_branch
:
${{ steps.which-branch.outputs.branch }}
relnotes
:
${{ steps.which-branch.outputs.relnotes }}
imagename
:
${{ steps.build.outputs.imagename }}
imagename
:
${{ steps.build.outputs.imagename }}
env
:
env
:
AUTOBUILD_ADDRSIZE
:
64
AUTOBUILD_ADDRSIZE
:
64
...
@@ -334,7 +336,7 @@ jobs:
...
@@ -334,7 +336,7 @@ jobs:
version
:
${{ needs.build.outputs.viewer_version }}
version
:
${{ needs.build.outputs.viewer_version }}
release
:
release
:
needs
:
[
sign-and-package-windows
,
sign-and-package-mac
]
needs
:
[
build
,
sign-and-package-windows
,
sign-and-package-mac
]
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
github.ref_type == 'tag' && startsWith(github.ref_name, 'Second_Life_')
if
:
github.ref_type == 'tag' && startsWith(github.ref_name, 'Second_Life_')
steps
:
steps
:
...
@@ -365,17 +367,31 @@ jobs:
...
@@ -365,17 +367,31 @@ jobs:
mv newview/viewer_version.txt macOS-viewer_version.txt
mv newview/viewer_version.txt macOS-viewer_version.txt
# forked from softprops/action-gh-release
# forked from softprops/action-gh-release
-
uses
:
secondlife-3p/action-gh-release@v1
-
name
:
Create GitHub release
id
:
release
uses
:
secondlife-3p/action-gh-release@v1
with
:
with
:
# name the release page for the build number so we can find it
# name the release page for the branch
# easily (analogous to looking up a codeticket build page)
name
:
"
${{
needs.build.outputs.viewer_branch
}}"
name
:
"
v${{
github.run_id
}}"
# SL-20546: want the channel and version to be visible on the
# release page
body
:
|
Build ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
${{ needs.build.outputs.viewer_channel }}
${{ needs.build.outputs.viewer_version }}
${{ needs.build.outputs.relnotes }}
prerelease
:
true
prerelease
:
true
generate_release_notes
:
true
generate_release_notes
:
true
# the only reason we generate a GH release is to post build products
target_commitish
:
${{ github.sha }}
previous_tag
:
release
append_body
:
true
fail_on_unmatched_files
:
true
fail_on_unmatched_files
:
true
files
:
|
files
:
|
*.dmg
*.dmg
*.exe
*.exe
*-autobuild-package.xml
*-autobuild-package.xml
*-viewer_version.txt
*-viewer_version.txt
-
name
:
post release URL
run
:
|
echo "::notice::Release ${{ steps.release.outputs.url }}"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment