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