diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 04b1655d..67a3cc07 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -90,7 +90,7 @@ jobs: # for an explicit choice, but also ship with a default choice of # TigerVNC. if [ "${{ matrix.vncserver == 'tigervnc' }}" == "true" ]; then - echo "suffix=,-${{ matrix.vncserver }}" >> $GITHUB_OUTPUT + echo 'suffix="",-${{ matrix.vncserver }}' >> $GITHUB_OUTPUT else echo "suffix=-${{ matrix.vncserver }}" >> $GITHUB_OUTPUT fi