Skip to content

Commit

Permalink
build release step
Browse files Browse the repository at this point in the history
  • Loading branch information
proton committed Nov 27, 2023
1 parent f849904 commit 7e537ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build
run: make

- name: Create GitHub Release
id: create_release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7e537ff

Please sign in to comment.