From 96ce87383532802fd134328815e09e6e5ea701d0 Mon Sep 17 00:00:00 2001 From: wadhia-yash Date: Mon, 8 Jul 2024 11:22:03 +0530 Subject: [PATCH] fix(Github action): Resolved indentation error in yml file --- .github/workflows/web-app_web-app-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-app_web-app-prod.yml b/.github/workflows/web-app_web-app-prod.yml index cbd2a18c..078fc099 100644 --- a/.github/workflows/web-app_web-app-prod.yml +++ b/.github/workflows/web-app_web-app-prod.yml @@ -27,7 +27,7 @@ jobs: npm run build --if-present npm run test --if-present - - name: Zip artifact for deployment + - name: Zip artifact for deployment run: | cd build zip -r ../release.zip .