Skip to content

Commit

Permalink
Change the binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
x0f5c3 authored Oct 9, 2020
1 parent 749f74c commit 0aa5610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/alemanes
asset_name: alemanes-linux-amd64
file: target/release/golang_downloader
asset_name: golang_downloader-linux-amd64
tag: ${{ steps.bump_version.outputs.new_tag }}
overwrite: true

0 comments on commit 0aa5610

Please sign in to comment.