Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafakhalaf-git authored Jan 12, 2024
1 parent 233a5e6 commit e2b3947
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,18 +124,15 @@ jobs:
run: |
export QMAKE=qmake
export PATH=./qt/Qt/6.5.1/gcc_64/libexec:$PATH
ls
./linuxdeploy-x86_64.AppImage --appdir AppDir -e Silaty -i ./images/Icons/silaty.png -d ./silaty.desktop --plugin qt --output appimage
rm linuxdeploy-x86_64.AppImage
rm linuxdeploy-plugin-qt-x86_64.AppImage
ls
mv *.AppImage ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
- name: Release Silaty
uses: actions/[email protected]
with:
name: "linux (appimage)"
path: ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
path: Silaty-x86_64.AppImage

# macos ----------------------------------------------------------------
silatymacos:
Expand Down

0 comments on commit e2b3947

Please sign in to comment.