Skip to content

Commit

Permalink
update compile sink
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Feb 19, 2023
1 parent 77b714f commit 2e0561d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
run: make

- name: Compile Sink executable
run: npm ci
run: npm run build
run: npm ci && npm run build

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 2e0561d

Please sign in to comment.