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 1b04196 commit 1fc5b9fCopy full SHA for 1fc5b9f
1 file changed
.github/workflows/staging.yml
@@ -103,7 +103,7 @@ jobs:
103
cp openssh-gui.desktop AppDir/usr/share/applications/openssh-gui.desktop
104
105
cp appimage/AppRun AppDir/AppRun
106
- APPSTREAM_VERSION="${{ env.VERSION }//+/~}"
+ APPSTREAM_VERSION="${VERSION//+/~}"
107
sed -i "s|<release version=\"0.0.0\" date=\"1970-01-01\"/>|<release version=\"${APPSTREAM_VERSION}\" date=\"$(date +%Y-%m-%d)\"/>|" \
108
AppDir/usr/share/metainfo/openssh-gui.appdata.xml
109
chmod +x AppDir/AppRun
0 commit comments