Skip to content

Commit

Permalink
debugging zip issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed Jun 6, 2024
1 parent 418f99f commit fa87d33
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 @@ -297,7 +297,7 @@ jobs:
run: |
cp frontend/.env.prod.example frontend/.env.prod
cd frontend && yarn build --mode ${{ vars.APP_ENV }}
zip frontend.zip frontend/dist
zip frontend.zip dist
- name: download ecr tag
uses: actions/download-artifact@v4
Expand Down

0 comments on commit fa87d33

Please sign in to comment.