We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f780833 + 5322bc9 commit bf7ddd9Copy full SHA for bf7ddd9
.github/workflows/release.yaml
@@ -90,7 +90,7 @@ jobs:
90
# for an explicit choice, but also ship with a default choice of
91
# TigerVNC.
92
if [ "${{ matrix.vncserver == 'tigervnc' }}" == "true" ]; then
93
- echo "suffix=<empty-string>,-${{ matrix.vncserver }}" >> $GITHUB_OUTPUT
+ echo 'suffix="",-${{ matrix.vncserver }}' >> $GITHUB_OUTPUT
94
else
95
echo "suffix=-${{ matrix.vncserver }}" >> $GITHUB_OUTPUT
96
fi
0 commit comments