Trim trailing whitespace in cd.yml

This commit is contained in:
Andrew Dryga
2023-11-07 12:32:35 -06:00
parent 627b6c97b6
commit 2831405de1

View File

@@ -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 }} \