From 5f158adc5a89a221213b97375b83e39a8cbe5915 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Thu, 20 Feb 2020 23:24:32 -0800 Subject: [PATCH] fix bad lib name --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index eedc25d..92dfbaa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,11 +9,8 @@ steps: - name: library image: macjustice/git-lfs:latest commands: - - - git clone https://gitea.moonside.games/MoonsideGames/physfslibs.git - - git lfs fetch - - git lfs pull - - mv /build/physfslibs/lib64/libphysfs.3.0.2 /build/physfslibs/lib64/libphysfs.so + - mv /build/physfslibs/lib64/libphysfs.so.3.0.2 /build/physfslibs/lib64/libphysfs.so - name: test image: mcr.microsoft.com/dotnet/core/sdk:3.1