add missing quote char [ci skip]

This commit is contained in:
Armin Schrenk 2024-02-23 15:57:06 +01:00
parent 6a74d9f3b2
commit fb740b605f
No known key found for this signature in database
GPG Key ID: 8F2992163CBBA7FC

View File

@ -32,7 +32,7 @@ jobs:
else
URL="https://github.com/cryptomator/cryptomator/archive/refs/tags/${{ github.event.release.tag_name }}.tar.gz"
fi
echo "url=${URL} >> "$GITHUB_OUTPUT"
echo "url=${URL}" >> "$GITHUB_OUTPUT"
- name: Download source tarball and compute checksum
id: sha512
run: |