diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ad133cf..51dee08 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,4 +56,4 @@ jobs: name: Release built binaries run: | echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token - gh release upload ${{ github.event.release.upload_url }} build/* \ No newline at end of file + gh release upload ${{ github.event.release.tag_name }} build/* \ No newline at end of file