Update '.drone.yml'
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Jack Hadrill 2020-10-17 22:53:06 +00:00
parent 62a1fa3d3a
commit 2bbc0311ef
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ steps:
- apt-get update - apt-get update
- apt-get install -y libasound2-dev - apt-get install -y libasound2-dev
- cargo install librespot - cargo install librespot
- cp -r /usr/local/cargo/bin/librespot ./
- name: publish - name: publish
image: plugins/gitea-release image: plugins/gitea-release
@ -22,4 +23,4 @@ steps:
api_key: api_key:
from_secret: gitea_token from_secret: gitea_token
files: files:
- /usr/local/cargo/bin/librespot - librespot