appimagelint test 1

This commit is contained in:
PlOszukiwacz
2024-12-20 13:33:28 +01:00
parent 316f6685e0
commit 8a1b2ac65f

View File

@@ -37,6 +37,14 @@ jobs:
- name: Build (arm64)
run: npm run build -- --arch arm64
- name: Download appimagelint
run: |
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
uses: actions/upload-artifact@v4
id: upload-artifact