From 6c1cdd07c67654f63f7a3ac26977d883fcef7287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Gonz=C3=A1lez?= Date: Wed, 13 May 2026 13:16:07 +0200 Subject: [PATCH] subosito --- .github/workflows/release.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1f2a98..af5bd54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,10 +24,17 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: echo "Estoy en $(pwd)"; find $(pwd) - - name: Make - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: ./release.sh + - name: Flutter + uses: subosito/flutter-action@v2 + with: + channel: stable + flutter-version: 3.38.9 + run: | + flutter build apk --release + flutter build linux --release + flutter build web --release + pushd build/web && zip -r ../../webapp.zip * && popd + pushd build/linux/x64/release/bundle && zip -r ../../../../../linux-bin.zip * && popd - name: Create release env: