Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Add firebase to github build export (#10217)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnook authored Jul 6, 2023
1 parent fd6dda9 commit 45c4b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:

- name: Packing up built files
run: |
tar cfj dist.tar.gz ./dist
cp firebase.json dist && tar cfj dist.tar.gz ./dist
- name: Storing build artifacts
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Unpacking built files
if: ${{ steps.changes.outputs.frontend == 'true' }}
run: |
tar xf dist.tar.gz
tar xf dist.tar.gz && mv ./dist/firebase.json .
- name: Lighthouse
if: ${{ steps.changes.outputs.frontend == 'true' }}
Expand Down

0 comments on commit 45c4b82

Please sign in to comment.