Skip to content

Commit

Permalink
add auto publish to release
Browse files Browse the repository at this point in the history
  • Loading branch information
fangshuai03 committed Jan 21, 2024
1 parent ab724df commit 2196d55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/electron_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ jobs:
run: |
cd music_player
npm run dist
- name: Upload Release Asset
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: music_player/dist/*.dmg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2196d55

Please sign in to comment.