From 4dc384779de8bdf416390ade5aff7395a2001f07 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Mon, 17 Aug 2020 14:37:34 -0700 Subject: [PATCH] workflow --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d8a3911d..4b4602e0 100644 --- a/Makefile +++ b/Makefile @@ -335,8 +335,8 @@ sentry-release: sentry-cli releases --org statping --project backend finalize v${VERSION} sentry-cli releases --org statping --project frontend new v${VERSION} sentry-cli releases --org statping --project frontend set-commits v${VERSION} --auto - sentry-cli releases --org statping --project frontend files v${VERSION} upload ./frontend/dist - sentry-cli releases --org statping --project frontend files v${VERSION} upload-sourcemaps ./frontend/dist --no-sourcemap-reference + sentry-cli releases --org statping --project frontend files v${VERSION} upload ./source/dist + sentry-cli releases --org statping --project frontend files v${VERSION} upload-sourcemaps ./source/dist --no-sourcemap-reference sentry-cli releases --org statping --project frontend finalize v${VERSION} download-bins: clean