From 3bfcc727ed92a83f65fe76c8c5bf5f864cd96cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Gonz=C3=A1lez?= Date: Wed, 13 May 2026 13:27:31 +0200 Subject: [PATCH] subosito --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af5bd54..3301960 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,12 +24,13 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: echo "Estoy en $(pwd)"; find $(pwd) + - name: Flutter uses: subosito/flutter-action@v2 with: channel: stable flutter-version: 3.38.9 - run: | + - run: | flutter build apk --release flutter build linux --release flutter build web --release