From f352b6cdfc64797f7db6cfee109b415e00b3e1c5 Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Sat, 25 Nov 2023 09:11:00 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 1c1b704..b4c646d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ steps: - name: app-build image: ghcr.io/cirruslabs/flutter:3.13.9 commands: + - cd ./Sources/justMUSIC/ - 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