From 2831405de1037fc49ea7bfa186a067f35160ba52 Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Tue, 7 Nov 2023 12:32:35 -0600 Subject: [PATCH] Trim trailing whitespace in cd.yml --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b82532c1f..0245b0ac5 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -153,7 +153,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | set -xe - + # Upload binary gh release upload --clobber \ --repo ${{ github.repository }} \ @@ -161,7 +161,7 @@ jobs: --label "Binary for ${{ matrix.arch.shortname }}" \ --file ${{ env.BINARY_DEST_PATH }} \ ${{ needs.update-release-draft.steps.update-release-draft.outputs.upload_url }} - + # Upload checksum gh release upload --clobber \ --repo ${{ github.repository }} \