Skip to content

Commit

Permalink
generate app info
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmas committed Jan 8, 2024
1 parent 21e477c commit 28e46c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
uses: bahmutov/npm-install@v1

- name: Build project
run: npm run build
run: |
scripts/generate-appinfo.sh public/appinfo.json
npm run build
- name: Upload production-ready build files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 28e46c3

Please sign in to comment.