Skip to content

Commit

Permalink
export tarball
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Tsvetkov <[email protected]>
  • Loading branch information
vtsvetkov-splunk committed Jan 23, 2025
1 parent ec2c243 commit e4220ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ jobs:
- name: Unit test
run: yarn run test
- name: Build lib and publish dry run
run: npm publish --dry-run
run: npm publish --provenance --access public --dry-run
- name: Pack tarball
run: npm pack
- name: Upload tarball as artifact
uses: actions/upload-artifact@v4
with:
name: UCC-UI-lib-tarball
path: "ui/*.tgz"

build-ui:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit e4220ef

Please sign in to comment.