mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 02:30:50 -08:00
Fix inputstream.adaptive dependency for matrix.unofficial
This commit is contained in:
parent
0d8e1abfb5
commit
2b82ca1637
1 changed files with 1 additions and 0 deletions
1
.github/workflows/make-release.yml
vendored
1
.github/workflows/make-release.yml
vendored
|
|
@ -115,6 +115,7 @@ jobs:
|
|||
version=$(xmlstarlet sel -t -v 'string(/addon/@version)' addon.xml)
|
||||
xmlstarlet ed -L -u '/addon/@version' -v "${version}+matrix.unofficial.1" addon.xml
|
||||
xmlstarlet ed -L -u '/addon/requires/import[@addon="xbmc.python"]/@version' -v '3.0.0' addon.xml
|
||||
xmlstarlet ed -L -u '/addon/requires/import[@addon="inputstream.adaptive"]/@version' -v '19.0.7' addon.xml
|
||||
xmlstarlet ed -L -d '/addon/requires/import[@addon="script.module.infotagger"]' addon.xml
|
||||
filename=${{ github.event.repository.name }}-${version}.matrix.unofficial.1.zip
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue