diff --git a/.github/workflows/release-go.yml b/.github/workflows/release-go.yml index e9a9c601..74c9b623 100644 --- a/.github/workflows/release-go.yml +++ b/.github/workflows/release-go.yml @@ -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