diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6bb88b2..06ce5ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,3 +80,5 @@ jobs: upload_url: ${{ needs.create_release.outputs.upload_url }} asset_path: um asset_name: um-${{ matrix.GOOS }}-${{ matrix.GOARCH }}${{ matrix.BIN_SUFFIX }} + asset_content_type: application/octet-stream +