From 077f989b16de8c28a843598d674b6f84f854b170 Mon Sep 17 00:00:00 2001 From: Jeromy Cannon Date: Wed, 23 Oct 2024 10:13:23 +0100 Subject: [PATCH] fix: patch issue with dist folder not showing up (#733) Signed-off-by: Jeromy Cannon --- .github/workflows/flow-deploy-release-artifact.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/flow-deploy-release-artifact.yaml b/.github/workflows/flow-deploy-release-artifact.yaml index 19ae1487b..f3746121c 100644 --- a/.github/workflows/flow-deploy-release-artifact.yaml +++ b/.github/workflows/flow-deploy-release-artifact.yaml @@ -90,12 +90,6 @@ jobs: [[ "${{ github.event.inputs.dry-run-enabled }}" == true && ! -f VERSION ]] && echo -n "0.0.0-latest" > VERSION echo "version=$(cat VERSION | tr -d '[:space:]')" | tee -a ${GITHUB_OUTPUT} - - name: Build Production Distribution - run: | - set -x - npm install - npm run build - update-readme: name: "Update README.md" uses: ./.github/workflows/zxc-update-readme.yaml @@ -159,6 +153,12 @@ jobs: attempt_limit: 3 attempt_delay: 5000 + - name: Build Production Distribution + run: | + set -x + npm install + npm run build + - name: Setup JFrog CLI uses: jfrog/setup-jfrog-cli@9fe0f98bd45b19e6e931d457f4e98f8f84461fb5 # v4.4.1 env: