From 11cd0ad292905acd094a80d54fe34a7482ad06b0 Mon Sep 17 00:00:00 2001 From: kodjomoustapha <107993382+kodjodevf@users.noreply.github.com> Date: Sat, 11 Jan 2025 06:34:28 +0100 Subject: [PATCH] + --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4de2468..e08f024 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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