Skip to content

Commit e2b3947

Browse files
Update main.yml
1 parent 233a5e6 commit e2b3947

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

+1-4
Original file line numberDiff line numberDiff 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
135132
uses: actions/[email protected]
136133
with:
137134
name: "linux (appimage)"
138-
path: ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
135+
path: Silaty-x86_64.AppImage
139136

140137
# macos ----------------------------------------------------------------
141138
silatymacos:

0 commit comments

Comments
 (0)