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:
124
124
run : |
125
125
export QMAKE=qmake
126
126
export PATH=./qt/Qt/6.5.1/gcc_64/libexec:$PATH
127
- ls
128
127
./linuxdeploy-x86_64.AppImage --appdir AppDir -e Silaty -i ./images/Icons/silaty.png -d ./silaty.desktop --plugin qt --output appimage
129
128
rm linuxdeploy-x86_64.AppImage
130
129
rm linuxdeploy-plugin-qt-x86_64.AppImage
131
- ls
132
- mv *.AppImage ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
133
130
134
131
- name : Release Silaty
135
132
uses : actions/upload-artifact@v2.2.4
136
133
with :
137
134
name : " linux (appimage)"
138
- path : ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux .AppImage
135
+ path : Silaty-x86_64 .AppImage
139
136
140
137
# macos ----------------------------------------------------------------
141
138
silatymacos :
You can’t perform that action at this time.
0 commit comments