Skip to content

Commit

Permalink
Update pipeline release
Browse files Browse the repository at this point in the history
  • Loading branch information
oldtimerza committed Jul 4, 2020
1 parent c310e11 commit e6d1280
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: bin/Release/Meerkat
asset_name: Meerkat.exe
file: bin/Release/meerkat/Meerkat.exe
asset_name: Meerkat-$tag.exe
tag: ${{ github.ref }}
overwrite: true
body: "Latest release of Meerkat"

0 comments on commit e6d1280

Please sign in to comment.