summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml10
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: |