diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-09-08 17:24:04 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-09-08 17:24:04 -0400 |
commit | 63d5d38e36061291343eddcec24a7243f896b980 (patch) | |
tree | e8979161887f0a3d114fe25c474cbd2eb730be68 /.github | |
parent | 2d04cc14d3805df982d51d96d2e3d180f5ef0b34 (diff) |
SL-18837: Stop failing build.sh if there's no installer.
This unblocks ReleaseOS builds, and also preps for SL-19242.
Streamline build.sh's Uploads section.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8146db36ee..acd30106c3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,9 +12,7 @@ jobs: strategy: matrix: runner: [windows-large, macos-12-xl] - ## Skip ReleaseOS until we resolve - ## === FAILURE No installer found from /c/a/viewer/viewer - configuration: [Release] ##, ReleaseOS] + configuration: [Release, ReleaseOS] python-version: ["3.11"] include: - runner: macos-12-xl |