From f0bc6c3de09d51de68fddc0efe4d69bf6106c9a6 Mon Sep 17 00:00:00 2001 From: littlefoot Date: Thu, 3 Feb 2022 01:07:53 -0500 Subject: [PATCH] more debugging --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 217e4df..3828c66 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - dotnet build TOOHUCardAPI.csproj -c Release -o build - dotnet publish TOOHUCardAPI.csproj -c Release -o publish - tar -czvf dist/TOOHUCardAPI.tar.gz publish/* - - ls dist + - ls -l dist