Skip to content

Commit

Permalink
more ci/cd fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vorant94 committed Dec 15, 2024
1 parent 184abfb commit 611f679
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,12 @@ jobs:
key: ${{ runner.os }}-${{steps.setup.outputs.node-version}}-bundle-${{hashFiles('dist/**')}}

- name: Upload App Bundle
if: steps.cache-bundle.outputs.cache-hit != 'true'
# see comment below on row 173
# if: steps.cache-bundle.outputs.cache-hit != 'true'
uses: actions/upload-artifact@v4
with:
name: bundle
path: dist/
path: dist/client
retention-days: 30

e2e:
Expand Down Expand Up @@ -189,7 +190,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: bundle
path: dist/
path: dist/client

- name: Deploy Bundle
run: npx wrangler pages deploy
Expand Down

0 comments on commit 611f679

Please sign in to comment.