Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
fix release bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwennerberg committed Jun 15, 2020
1 parent 7525977 commit 5928705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/gourami_social
file: target/release/gourami
asset_name: gourami
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 5928705

Please sign in to comment.