From 286ef130349d45b13f613fd11eeb40f5fffdf259 Mon Sep 17 00:00:00 2001 From: Bennett Goble Date: Fri, 12 Apr 2024 08:04:11 -0700 Subject: Fix excludes following merge of build.yaml --- .github/workflows/build.yaml | 10 ++++++++-- 1 file 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: | -- cgit v1.2.3