Skip to content

Commit

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

0 comments on commit c310e11

Please sign in to comment.