Skip to content

Commit

Permalink
fix: include UCC UI into UCC during the release step (#891)
Browse files Browse the repository at this point in the history
* fix: include UCC UI into UCC during the release step (#890)

This PR actually includes a UCC UI in the released build.

* chore(release): 5.31.1-beta.1

## [5.31.1-beta.1](v5.31.0...v5.31.1-beta.1) (2023-10-06)

### Bug Fixes

* include UCC UI into UCC during the release step ([#890](#890)) ([76dd699](76dd699))

---------

Co-authored-by: srv-rr-github-token <[email protected]>
  • Loading branch information
artemrys and srv-rr-github-token authored Oct 6, 2023
1 parent 924a56c commit 5207dca
Show file tree
Hide file tree
Showing 5 changed files with 16,856 additions and 8,385 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
Loading

0 comments on commit 5207dca

Please sign in to comment.