From 2bbc0311efc77120686e83b1c93635166d8e5f15 Mon Sep 17 00:00:00 2001 From: jackhadrill Date: Sat, 17 Oct 2020 22:53:06 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index dec229f..dda7f04 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,7 @@ steps: - apt-get update - apt-get install -y libasound2-dev - cargo install librespot + - cp -r /usr/local/cargo/bin/librespot ./ - name: publish image: plugins/gitea-release @@ -22,4 +23,4 @@ steps: api_key: from_secret: gitea_token files: - - /usr/local/cargo/bin/librespot \ No newline at end of file + - librespot \ No newline at end of file