From c831b7d90f4ea5fd7b6e4d124e1fe4d44ee2d642 Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Fri, 6 Oct 2023 19:28:53 +0200 Subject: [PATCH] fix: include UCC UI into UCC during the release step --- .github/workflows/build-test-release.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index 7bc2f0f25..2bc8da126 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -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/semantic-release-action@v1.3 with: