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 094e40a commit 68f648f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
uses: csexton/release-asset-action@v3
if: github.ref != 'refs/heads/master'
with:
file: listening/target/listening.exe
github-token: ${{ github.token }}
file: target/listening.exe
github-token: ${{ secrets.GH_PUBLISH_SECRETS }}

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

0 comments on commit 68f648f

Please sign in to comment.