We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4cb8e commit 3a00c04Copy full SHA for 3a00c04
1 file changed
action.yml
@@ -12,8 +12,8 @@ runs:
12
>&2 echo "ERROR: No ./appinfo file found!"
13
exit 1
14
fi
15
- APPNAME=$(awk -F'=' '/X-AppImage-Name/{print $2; exit} ./appinfo)"
16
- VERSION=$(awk -F'=' '/X-AppImage-Version/{print $2; exit} ./appinfo)"
+ APPNAME=$(awk -F'=' '/X-AppImage-Name/{print $2; exit} ./appinfo)
+ VERSION=$(awk -F'=' '/X-AppImage-Version/{print $2; exit} ./appinfo)
17
if [ -z "$APPNAME" ]; then
18
>&2 echo "ERROR: ./appinfo is missing X-AppImage-Name"
19
0 commit comments