https://github.com/secondlife/viewer-build-util
GitHub actions to support viewer builds
https://github.com/secondlife/viewer-build-util
Last synced: 16 days ago
JSON representation
GitHub actions to support viewer builds
- Host: GitHub
- URL: https://github.com/secondlife/viewer-build-util
- Owner: secondlife
- License: mit
- Created: 2023-09-12T16:36:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-20T23:36:04.000Z (3 months ago)
- Last Synced: 2026-03-21T12:53:45.811Z (3 months ago)
- Language: Python
- Size: 2.48 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# viewer-build-util
This repository contains distinct composite actions referenced by
[secondlife/viewer](https://github.com/secondlife/viewer). Information about
each action is contained in its own README.
These are actions are separate from the main viewer repository so that if any
of these operations fails in a way that requires modifying the action to retry
it, we can make that modification and rerun the specific job that engages it.
If this code was resident in the viewer repository, any such modification
would require a full viewer rebuild before retrying the failing operation.
[post-bugsplat-mac](post-bugsplat-mac/README.md)
[post-bugsplat-windows](post-bugsplat-windows/README.md)
[release-artifacts](release-artifacts/README.md)
[sign-pkg-mac](sign-pkg-mac/README.md)
[sign-pkg-windows](sign-pkg-windows/README.md)
[which-branch](which-branch/README.md)