Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Apr 16, 2024
1 parent 7f51290 commit 3de13e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
run: pnpm install
- uses: dAppServer/[email protected]
with:
package: false
node-version: 20
build-name: ${{ matrix.build.name }}
build-platform: ${{ matrix.build.platform }}
- name: Release
uses: softprops/action-gh-release@v2
if: ${{startsWith(github.ref, 'refs/tags/') }}
with:
files: build/bin/*

0 comments on commit 3de13e5

Please sign in to comment.