From 60c4adf572d818a6e999bce8e5311af0554ea795 Mon Sep 17 00:00:00 2001 From: Waldemar Reusch Date: Tue, 14 Mar 2023 21:50:55 +0100 Subject: [PATCH] feat(storybook): update artifact name --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 17fbb43..158ff67 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: - run: yarn build-storybook - uses: actions/upload-artifact@v2 with: - name: standalone_keycloak_theme + name: storybook path: storybook-static check_if_version_upgraded: