From ced97e3bc01e51c78039595b7faec567991bc7a3 Mon Sep 17 00:00:00 2001 From: Evann Regnault Date: Tue, 2 Apr 2024 03:12:33 +0200 Subject: [PATCH] fixed drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 410e39c..26786bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - apt-get update && apt-get install -y zip - - dotnet build . -r Release + - dotnet build . -c Release - zip -r build.zip AppleMusicRPC/bin/Release/net8.0-windows10.0.22000.0