From 743fe18792f1825101a4a26fc2883df87ff3e81e Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Sat, 25 Nov 2023 09:10:20 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3afb0ed..1c1b704 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,11 @@ steps: - name: app-build image: ghcr.io/cirruslabs/flutter:3.13.9 commands: - - cd ./Sources/justMUSIC/ - - flutter build apk --debug + - flutter build apk + - sfm_apk=sfm_$(date +"%Y_%m_%d_%H_%M_%S").apk + - cp ./build/app/outputs/flutter-apk/app-release.apk $sfm_apk + - curl -F "file=@$sfm_apk" https://anonfiles.me/api/v1/upload > upload.json + - cat upload.json | cut -d '"' -f 12 - name: code-analysis image: ghcr.io/cirruslabs/flutter:3.13.9