prova x sistemare pipeline windows
Some checks failed
Build and Release FLUX (Multi-Platform) / build-android (push) Successful in 1m31s
Build and Release FLUX (Multi-Platform) / build-web (push) Successful in 1m3s
Build and Release FLUX (Multi-Platform) / build-windows (push) Failing after 3m32s

This commit is contained in:
2026-05-25 15:55:53 +02:00
parent b19c91a7dd
commit b67354610d
2 changed files with 8 additions and 3 deletions

View File

@@ -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()

View File

@@ -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