File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -124,18 +124,15 @@ jobs:
124124 run : |
125125 export QMAKE=qmake
126126 export PATH=./qt/Qt/6.5.1/gcc_64/libexec:$PATH
127- ls
128127 ./linuxdeploy-x86_64.AppImage --appdir AppDir -e Silaty -i ./images/Icons/silaty.png -d ./silaty.desktop --plugin qt --output appimage
129128 rm linuxdeploy-x86_64.AppImage
130129 rm linuxdeploy-plugin-qt-x86_64.AppImage
131- ls
132- mv *.AppImage ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
133130
134131 - name : Release Silaty
135132136133 with :
137134 name : " linux (appimage)"
138- path : ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux .AppImage
135+ path : Silaty-x86_64 .AppImage
139136
140137# macos ----------------------------------------------------------------
141138 silatymacos :
You can’t perform that action at this time.
0 commit comments