Merge pull request #9 from PlOszukiwaczDEV/main
Added appimagelint to check the appimages
This commit is contained in:
9
.github/workflows/build-and-release.yml
vendored
9
.github/workflows/build-and-release.yml
vendored
@@ -37,6 +37,15 @@ jobs:
|
|||||||
- name: Build (arm64)
|
- name: Build (arm64)
|
||||||
run: npm run build -- --arch arm64
|
run: npm run build -- --arch arm64
|
||||||
|
|
||||||
|
- name: Download appimagelint and its deps
|
||||||
|
run: |
|
||||||
|
sudo apt install fuse -y
|
||||||
|
wget https://github.com/TheAssassin/appimagelint/releases/download/continuous/appimagelint-x86_64.AppImage
|
||||||
|
chmod +x appimagelint-x86_64.AppImage
|
||||||
|
|
||||||
|
- name: Check the appimage(s)
|
||||||
|
run: ./appimagelint-x86_64.AppImage dist/*.AppImage
|
||||||
|
|
||||||
- name: Upload Linux Artifacts
|
- name: Upload Linux Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
id: upload-artifact
|
id: upload-artifact
|
||||||
|
Reference in New Issue
Block a user