Skip to content

Commit

Permalink
Merge pull request #325 from AnalogJ/beta
Browse files Browse the repository at this point in the history
make sure that make is installed when building binary frontend.
  • Loading branch information
AnalogJ authored Jul 7, 2022
2 parents 9ae9c38 + ea8fe20 commit ff17128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: "cd webapp/frontend && ./git.version.sh"
- name: Build Frontend
run: |
apt-get update && apt-get install -y make
make binary-frontend
tar -czf scrutiny-web-frontend.tar.gz dist
- name: Upload Frontend Asset
Expand Down

0 comments on commit ff17128

Please sign in to comment.