Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Jun 19, 2024
1 parent 3b8462f commit 35dad52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./{{ matrix.target }}-linux-${{ matrix.platform }}
asset_name: {{ matrix.target }}-linux-${{ matrix.platform }}
asset_path: ./${{ matrix.target }}-linux-${{ matrix.platform }}
asset_name: ${{ matrix.target }}-linux-${{ matrix.platform }}
asset_content_type: application/octet-stream

0 comments on commit 35dad52

Please sign in to comment.