v
Some checks failed
Build and Release FLUX (Multi-Platform) / build-android (push) Successful in 1m24s
Build and Release FLUX (Multi-Platform) / build-web (push) Successful in 1m2s
Build and Release FLUX (Multi-Platform) / build-windows (push) Failing after 3m56s

This commit is contained in:
2026-05-23 13:46:27 +02:00
parent b7a525056a
commit fda5b8fe2e
2 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ jobs:
uses: https://gitea.com/actions/release-action@main uses: https://gitea.com/actions/release-action@main
with: with:
files: "build/windows/installer/FLUX_Setup_x64.exe" files: "build/windows/installer/FLUX_Setup_x64.exe"
api_key: ${{ secrets.GITEA_TOKEN }} api_key: ${{ secrets.MYRELEASE_TOKEN }}
- name: Pulisci Workspace Windows - name: Pulisci Workspace Windows
if: always() if: always()
@@ -54,14 +54,14 @@ jobs:
EOF EOF
- name: Build Flutter APK - 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 # Carichiamo l'APK universale o quelli splittati nelle release di Gitea
- name: Upload Android Asset - name: Upload Android Asset
uses: https://gitea.com/actions/release-action@main uses: https://gitea.com/actions/release-action@main
with: with:
files: "build/app/outputs/flutter-apk/app-release.apk" 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) # JOB 3: WEB & CLOUDFLARE DEPLOY (Gira sul tuo MacBook)

View File

@@ -1,7 +1,7 @@
name: flux name: flux
description: "Gestione attività negozio di telefonia" description: "Gestione attività negozio di telefonia"
publish_to: 'none' publish_to: 'none'
version: 1.0.10+10 version: 1.0.11+11
environment: environment:
sdk: ^3.11.3 sdk: ^3.11.3