Skip to content

Commit

Permalink
frontend zip missing from release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed Jun 6, 2024
1 parent 5f46b1c commit b77c128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:
run: |
cp frontend/.env.prod.example frontend/.env.prod
cd frontend && yarn build --mode ${{ vars.APP_ENV }}
zip frontend.zip dist
zip ../frontend.zip dist
- name: download ecr tag
uses: actions/download-artifact@v4
Expand Down

0 comments on commit b77c128

Please sign in to comment.