diff options
author | Bennett Goble <signal@lindenlab.com> | 2024-04-12 08:04:11 -0700 |
---|---|---|
committer | Bennett Goble <signal@lindenlab.com> | 2024-04-12 08:04:11 -0700 |
commit | 286ef130349d45b13f613fd11eeb40f5fffdf259 (patch) | |
tree | a35435d2315534eb91e45842ee4d53ac22093a1f /.github/workflows | |
parent | 4bd4e08834289f567d453427c565a95b5f75d995 (diff) |
Fix excludes following merge of build.yaml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7d0496793a..e2d84d29af 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,10 +17,12 @@ jobs: - runner: macos-12-xl developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" exclude: - - runner: macos-12-xl - configuration: ReleaseOS - runner: windows-large configuration: ReleaseOS + - runner: macos-12-xl + configuration: ReleaseOS + - runner: linux-large + configuration: Release runs-on: ${{ matrix.runner }} outputs: viewer_channel: ${{ steps.build.outputs.viewer_channel }} @@ -391,6 +393,10 @@ jobs: - uses: actions/download-artifact@v4 with: pattern: "*-metadata" + + - uses: actions/download-artifact@v4 + with: + pattern: "LinuxOS-app" - name: Rename metadata run: | |