Skip to content

Commit

Permalink
Linux release GitHub action (21)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed Feb 24, 2023
1 parent d40e160 commit a235188
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
cp ${{ env.SOURCE_DIR }}/emulator/QtNeonBtl ./usr/bin/
cp ${{ env.SOURCE_DIR }}/linux/qtneonbtl.png .
../linuxdeployqt-continuous-x86_64.AppImage ${{ env.SOURCE_DIR }}/linux/qtneonbtl.desktop -appimage
ls -l NeonBTL_Qt-*.AppImage
ls -l *.AppImage
- name: Linux artefact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3.1.2
with:
name: AppImage
path: ${{ env.SOURCE_DIR }}/build/NeonBTL_Qt-*.AppImage
path: ${{ env.SOURCE_DIR }}/build/*.AppImage

0 comments on commit a235188

Please sign in to comment.