From 93b110b3954bf87303bafdcdb06ba6623135543e Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 3 Aug 2023 20:49:28 -0400 Subject: [PATCH] Add information about the build channel --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5520f83..5e54a4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,6 +85,7 @@ jobs: with: body: | ## Binary sizes for `${{ matrix.target }}` + **Channel:** `${{ matrix.rust_channel }}` ``` ${{ steps.get-bin-size-info.outputs.body }}