We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233a5e6 commit e2b3947Copy full SHA for e2b3947
.github/workflows/main.yml
@@ -124,18 +124,15 @@ jobs:
124
run: |
125
export QMAKE=qmake
126
export PATH=./qt/Qt/6.5.1/gcc_64/libexec:$PATH
127
- ls
128
./linuxdeploy-x86_64.AppImage --appdir AppDir -e Silaty -i ./images/Icons/silaty.png -d ./silaty.desktop --plugin qt --output appimage
129
rm linuxdeploy-x86_64.AppImage
130
rm linuxdeploy-plugin-qt-x86_64.AppImage
131
132
- mv *.AppImage ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
133
134
- name: Release Silaty
135
uses: actions/[email protected]
136
with:
137
name: "linux (appimage)"
138
- path: ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
+ path: Silaty-x86_64.AppImage
139
140
# macos ----------------------------------------------------------------
141
silatymacos:
0 commit comments