mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Trim trailing whitespace in cd.yml
This commit is contained in:
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@@ -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 }} \
|
||||
|
||||
Reference in New Issue
Block a user