From fda5b8fe2ef48565fae710036bc238d2d77ea95c Mon Sep 17 00:00:00 2001 From: mark-cachy Date: Sat, 23 May 2026 13:46:27 +0200 Subject: [PATCH] v --- .gitea/workflows/release.yaml | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 830c091..5ebbd8f 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: uses: https://gitea.com/actions/release-action@main with: files: "build/windows/installer/FLUX_Setup_x64.exe" - api_key: ${{ secrets.GITEA_TOKEN }} + api_key: ${{ secrets.MYRELEASE_TOKEN }} - name: Pulisci Workspace Windows if: always() @@ -54,14 +54,14 @@ jobs: EOF - name: Build Flutter APK - run: flutter build apk --release --split-per-abi + run: flutter build apk --release # Carichiamo l'APK universale o quelli splittati nelle release di Gitea - name: Upload Android Asset uses: https://gitea.com/actions/release-action@main with: files: "build/app/outputs/flutter-apk/app-release.apk" - api_key: ${{ secrets.GITEA_TOKEN }} + api_key: ${{ secrets.MYRELEASE_TOKEN }} # ----------------------------------------------------------------- # JOB 3: WEB & CLOUDFLARE DEPLOY (Gira sul tuo MacBook) diff --git a/pubspec.yaml b/pubspec.yaml index b88bcd5..ffefe49 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flux description: "Gestione attività negozio di telefonia" publish_to: 'none' -version: 1.0.10+10 +version: 1.0.11+11 environment: sdk: ^3.11.3