Skip to content

Commit

Permalink
HPCC-30887 Add Enterprise builds to build-assets in 9.4
Browse files Browse the repository at this point in the history
Fix merge conflict

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Feb 16, 2024
1 parent ca3fc5b commit 2552cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
path: ${{ needs.preamble.outputs.folder_platform }}

- name: Checkout LN
if: ${{ matrix.ln }}
if: ${{ matrix.ln || matrix.ee }}
uses: actions/checkout@v4
with:
repository: ${{ github.repository_owner }}/LN
Expand Down

0 comments on commit 2552cd5

Please sign in to comment.