Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen authored Feb 26, 2024
1 parent 4eae033 commit d217230
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Maven Package

on:
release:
types: [created]
push:
tags:
- "*"
Expand Down Expand Up @@ -37,7 +39,6 @@ jobs:
with:
file: target/listening-gui.exe
github-token: ${{ github.token }}
release-url: ${{ steps.create_release.outputs.upload_url }}

- name: Upload Coverage
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit d217230

Please sign in to comment.