Skip to content

Commit ca676b3

Browse files
committed
patch issue with dist folder not showing up
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
1 parent 7db26a8 commit ca676b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/flow-deploy-release-artifact.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ jobs:
9090
[[ "${{ github.event.inputs.dry-run-enabled }}" == true && ! -f VERSION ]] && echo -n "0.0.0-latest" > VERSION
9191
echo "version=$(cat VERSION | tr -d '[:space:]')" | tee -a ${GITHUB_OUTPUT}
9292
93-
- name: Build Production Distribution
94-
run: |
95-
set -x
96-
npm install
97-
npm run build
98-
9993
update-readme:
10094
name: "Update README.md"
10195
uses: ./.github/workflows/zxc-update-readme.yaml
@@ -159,6 +153,12 @@ jobs:
159153
attempt_limit: 3
160154
attempt_delay: 5000
161155

156+
- name: Build Production Distribution
157+
run: |
158+
set -x
159+
npm install
160+
npm run build
161+
162162
- name: Setup JFrog CLI
163163
uses: jfrog/setup-jfrog-cli@9fe0f98bd45b19e6e931d457f4e98f8f84461fb5 # v4.4.1
164164
env:

0 commit comments

Comments
 (0)