feat(storybook): update artifact name
This commit is contained in:
parent
0d775e4e06
commit
60c4adf572
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
- run: yarn build-storybook
|
- run: yarn build-storybook
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: standalone_keycloak_theme
|
name: storybook
|
||||||
path: storybook-static
|
path: storybook-static
|
||||||
|
|
||||||
check_if_version_upgraded:
|
check_if_version_upgraded:
|
||||||
|
|
Loading…
Reference in a new issue