Update .gitea/workflows/build.yaml
All checks were successful
Build CI / AMD64 Build (push) Successful in 2m31s

This commit is contained in:
2026-03-01 16:48:44 +00:00
parent f5bd5beb82
commit 7eae2d34e7

View File

@@ -52,14 +52,10 @@ jobs:
- name: Build App - name: Build App
run: flutter build linux run: flutter build linux
- name: Setup AppImageBuilder - name: Build AppImage
run: | uses: AppImageCrafters/build-appimage-action@master
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 with:
chmod +x appimage-builder-x86_64.AppImage recipe: configs/AppImageBuilder_amd64.yml
- name: Assemble AppImage
run: |
./appimage-builder-x86_64.AppImage --recipe configs/AppImageBuilder_amd64.yml --skip-test
- name: Save Artifacts - name: Save Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3