This commit is contained in:
kodjomoustapha 2025-01-11 06:34:28 +01:00
parent 1259a0a0fb
commit 11cd0ad292

View file

@ -342,6 +342,9 @@ jobs:
- name: Build AppImage package
run: flutter_distributor package --platform linux --targets appimage
- name: Rebuild AppImage package
run: flutter_distributor package --platform linux --targets appimage
- name: Move AppImage file
run: mv $(find dist -type f -name "mangayomi*.AppImage") dist/Mangayomi-${{ github.ref_name }}-linux.AppImage