From 7eae2d34e741f969aa97096e4ae838c78cfd24d5 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Sun, 1 Mar 2026 16:48:44 +0000 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2e67cc9..466e699 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -52,14 +52,10 @@ jobs: - name: Build App run: flutter build linux - - name: Setup AppImageBuilder - run: | - wget -O appimage-builder-x86_64.AppImage https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage - chmod +x appimage-builder-x86_64.AppImage - - - name: Assemble AppImage - run: | - ./appimage-builder-x86_64.AppImage --recipe configs/AppImageBuilder_amd64.yml --skip-test + - name: Build AppImage + uses: AppImageCrafters/build-appimage-action@master + with: + recipe: configs/AppImageBuilder_amd64.yml - name: Save Artifacts uses: actions/upload-artifact@v3