Skip to content

Commit

Permalink
HPCC-31298 Fix matrix.ee upload for ECLIDE artifact dependency step
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Gardner <[email protected]>
  • Loading branch information
Michael-Gardner committed Feb 16, 2024
1 parent 4a7774d commit 2f5dd83
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 @@ -254,7 +254,7 @@ jobs:
docker run --rm --mount ${{ needs.preamble.outputs.mount_platform }} --mount ${{ needs.preamble.outputs.mount_build }} ${{ steps.vars.outputs.docker_tag_candidate_base }} "cd /hpcc-dev/build/Release/docs/PT_BR && zip ALL_HPCC_DOCS_PT_BR-${{ needs.preamble.outputs.community_tag }}.zip *.pdf"
- name: Upload Artifacts for ECLIDE build
if: ${{ !matrix.ln && !matrix.container && matrix.documentation }}
if: ${{ !matrix.ln && !matrix.ee && !matrix.container && matrix.documentation }}
uses: actions/upload-artifact@v4
with:
name: html-help-documents
Expand Down

0 comments on commit 2f5dd83

Please sign in to comment.