From 3da55e5f4794eec281315830d33fcbeaf39125ea Mon Sep 17 00:00:00 2001 From: Joshua Kiwiet-Pantaleoni Date: Wed, 15 May 2024 16:25:09 -0700 Subject: [PATCH] build: correct output directory for uploading MP-212 --- .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 f32976dac5..de79748801 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -87,7 +87,7 @@ jobs: - name: upload static assets uses: ./.github/actions/upload-static-assets with: - source_dir: "ui/dist" + source_dir: "dist" include: "static/*" cache_control: "public,max-age=31536000" - name: docker-push