Update '.drone.yml'
This commit is contained in:
parent
62a1fa3d3a
commit
2bbc0311ef
|
@ -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
|
||||
- librespot
|
Loading…
Reference in New Issue