Преглед изворни кода

add missing quote char [ci skip]

Armin Schrenk пре 1 година
родитељ
комит
fb740b605f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/flathub.yml

+ 1 - 1
.github/workflows/flathub.yml

@@ -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: |