From 7bdff13398f5fc8d3717596e31a8ea218952230f Mon Sep 17 00:00:00 2001 From: Joshua Kiwiet-Pantaleoni Date: Mon, 13 May 2024 14:15:50 -0700 Subject: [PATCH] feat: restart upload process with new action changes MP-226 --- .github/workflows/release-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index c537f7b55e..f7215100ff 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -81,4 +81,4 @@ jobs: with: dockerfile_target: "release" push: true - # upload_source_dir: "ui/dist/static" + upload_source_dir: "ui/dist"