Skip to content

Commit

Permalink
fix: include UCC UI into UCC during the release step (#890)
Browse files Browse the repository at this point in the history
This PR actually includes a UCC UI in the released build.
  • Loading branch information
artemrys authored Oct 6, 2023
1 parent 924a56c commit 76dd699
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,16 @@ jobs:
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
- uses: actions/download-artifact@v3
with:
name: UCC-build
path: dist/
name: UCC-UI-build
path: built-ui/
- uses: actions/download-artifact@v3
with:
name: THIRDPARTY
- run: cp -f THIRDPARTY NOTICE
- run: poetry install
- name: Copy built UCC UI into UCC generator folder
run: |
cp -R built-ui/package splunk_add_on_ucc_framework/
- id: semantic
uses: splunk/[email protected]
with:
Expand Down

0 comments on commit 76dd699

Please sign in to comment.