prova x sistemare pipeline windows
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user