Skip to content

Commit

Permalink
build frontend in release worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs committed Mar 25, 2022
1 parent cd9f0b2 commit 86fd80b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
archive: zip
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install && npm run build
working-directory: ./temp
- name: Compile and release
uses: rust-build/rust-build.action@latest
env:
Expand Down

0 comments on commit 86fd80b

Please sign in to comment.