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