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.
1 parent f780833 commit 5322bc9Copy full SHA for 5322bc9
.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