Skip to content

Commit

Permalink
Add Release/docs/ zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
xwang2713 committed Feb 29, 2024
1 parent 6c777c6 commit 4a28fbe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
preamble:
name: Publish Release
env:
#COMMUNITY_REF: "dc1cdacdbdda6e5ca1c5b836e130c2deb2d2fe62"
COMMUNITY_REF: <GIT REF>
COMMUNITY_REF: "dc1cdacdbdda6e5ca1c5b836e130c2deb2d2fe62"
#COMMUNITY_REF: <GIT REF>
GITHUB_ACCOUNT: ${{ github.repository_owner }}
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -164,6 +164,9 @@ jobs:
with:
name: html-help-documents
path: |
${{ needs.preamble.outputs.folder_build }}/Release/docs/*.zip
${{ needs.preamble.outputs.folder_build }}/Release/docs/EN_US/*.zip
${{ needs.preamble.outputs.folder_build }}/Release/docs/PT_BR/*.zip
${{ needs.preamble.outputs.folder_build }}/docs/EN_US/EclipseHelp/*.zip
${{ needs.preamble.outputs.folder_build }}/docs/EN_US/HTMLHelp/*.zip
${{ needs.preamble.outputs.folder_build }}/docs/PT_BR/HTMLHelp/*.zip
Expand Down

0 comments on commit 4a28fbe

Please sign in to comment.