Skip to content

Commit

Permalink
patch issue with dist folder not showing up
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Oct 22, 2024
1 parent 7db26a8 commit ca676b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/flow-deploy-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ca676b3

Please sign in to comment.