From b67354610dfaee03c14a16ee7b1eb95e2b96472c Mon Sep 17 00:00:00 2001 From: mark-cachy Date: Mon, 25 May 2026 15:55:53 +0200 Subject: [PATCH] prova x sistemare pipeline windows --- .gitea/workflows/release.yaml | 9 +++++++-- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 8dcf11c..5a04563 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -33,9 +33,14 @@ jobs: files: "build/windows/installer/FluxInstaller.exe" api_key: ${{ secrets.MYRELEASE_TOKEN }} - - name: Aggiorna Link su Supabase + - name: Aggiorna App Config su Supabase + shell: bash # <--- IL TOCCO MAGICO run: | - curl.exe -X PATCH "https://pvqpjloswwvtfoxbkfbh.supabase.co/rest/v1/app_config?id=eq.49f18b19-2129-46c0-b690-a97db725b5a8" -H "apikey: ${{ secrets.SUPABASE_SERVICE_KEY }}" -H "Authorization: Bearer ${{ secrets.SUPABASE_SERVICE_KEY }}" -H "Content-Type: application/json" -d "{\"download_url\": \"https://gitea.catelli.it/brontomark/flux/releases/download/${{ github.ref_name }}/FluxInstaller.exe\"}" + curl -X PATCH "***/rest/v1/app_config?id=eq.49f18b19-2129-46c0-b690-a97db725b5a8" \ + -H "apikey: ***" \ + -H "Authorization: Bearer ***" \ + -H "Content-Type: application/json" \ + -d '{"download_url": "https://gitea.catelli.it/brontomark/flux/releases/download/v1.0.15/FluxInstaller.exe"}' - name: Pulisci Workspace Windows if: always() diff --git a/pubspec.yaml b/pubspec.yaml index dfef7ee..4131c54 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.15+15 +version: 1.0.16+16 environment: sdk: ^3.11.3