From db808a251f039fe1475162007e1e2f32a6431414 Mon Sep 17 00:00:00 2001 From: Derek Nance Date: Fri, 13 Feb 2026 16:19:14 -0600 Subject: [PATCH] need that license_type matrix var after all This reverts commit 671349a5c5997d52b27e522d8beb4fe233b45137. --- .github/workflows/build-desktop.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index 56e7d70c784..5910487baae 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -164,8 +164,10 @@ jobs: matrix: include: - variant: oss + license_type: oss artifact_prefix: "" - variant: bit + license_type: commercial artifact_prefix: "commercial-" # Note, before updating the ubuntu version of the workflow, ensure the snap base image # is equal or greater than the new version. Otherwise there might be GLIBC version issues. @@ -332,8 +334,10 @@ jobs: matrix: include: - variant: oss + license_type: oss artifact_prefix: "" - variant: bit + license_type: commercial artifact_prefix: "commercial-" # Note, before updating the ubuntu version of the workflow, ensure the snap base image # is equal or greater than the new version. Otherwise there might be GLIBC version issues. @@ -488,8 +492,10 @@ jobs: matrix: include: - variant: oss + license_type: oss artifact_prefix: "" - variant: bit + license_type: commercial artifact_prefix: "commercial-" runs-on: windows-2022 needs: @@ -765,8 +771,10 @@ jobs: matrix: include: - variant: oss + license_type: oss artifact_prefix: "" - variant: bit + license_type: commercial artifact_prefix: "commercial-" runs-on: windows-2022 needs: setup @@ -1018,8 +1026,10 @@ jobs: matrix: include: - variant: oss + license_type: oss artifact_prefix: "" - variant: bit + license_type: commercial artifact_prefix: "commercial-" runs-on: macos-15 needs: @@ -1263,8 +1273,10 @@ jobs: matrix: include: - variant: oss + license_type: oss artifact_prefix: "" - variant: bit + license_type: commercial artifact_prefix: "commercial-" runs-on: macos-15 if: ${{ needs.setup.outputs.has_secrets == 'true' }} @@ -1546,8 +1558,10 @@ jobs: matrix: include: - variant: oss + license_type: oss artifact_prefix: "" - variant: bit + license_type: commercial artifact_prefix: "commercial-" runs-on: macos-15 if: ${{ needs.setup.outputs.has_secrets == 'true' }}