From 66394821ebb6c96fb9cba3a439830712a2a19742 Mon Sep 17 00:00:00 2001 From: Loup Theron Date: Tue, 6 Aug 2024 10:53:21 +0200 Subject: [PATCH] Update sourcemap upload is CI --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b9a889e4e8..22e859ee45 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -295,7 +295,7 @@ jobs: - name: Extract frontend build files run: | docker create --name monitorfish-temp monitorfish-app:${{ env.VERSION }} - docker cp monitorfish-temp:/home/monitorfish/public/assets ./frontend_build + docker cp monitorfish-temp:/home/monitorfish/public ./frontend_build docker rm monitorfish-temp - name: Generate and upload source maps to Sentry uses: getsentry/action-release@v1