Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wybxc authored Oct 4, 2022
1 parent 0defce1 commit 3ea0dc7
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,3 @@ jobs:
dist/*.exe
dist/*.dmg
dist/*.deb
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@3
with:
name: ${{ matrix.os }}-${{ matrix.node-version }}
path: dist

- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
dist/*.exe
dist/*.dmg
dist/*.deb

0 comments on commit 3ea0dc7

Please sign in to comment.