File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,11 @@ jobs:
2020 with :
2121 path : ${{ github.event.repository.name }}
2222
23- - name : Checkout kodi-addon-checker
24- uses : actions/checkout@v2
25- with :
26- repository : xbmc/addon-check
27- path : addon-check
28-
2923 - name : Install dependencies
3024 run : |
3125 python -m pip install --upgrade pip
32- python -m pip install addon-check/
26+ python -m pip install git+https://github.com/xbmc/addon-check.git
27+ sudo apt-get install xmlstarlet
3328
3429 - name : Kodi Add-on Checker (Isengard)
3530 id : kodi-addon-checker-isengard
Original file line number Diff line number Diff line change 7171 filename=${{ github.event.repository.name }}-${version}.zip
7272 cd ..
7373 zip -r $filename ${{ github.event.repository.name }}
74- mv .git ${{ github.event.repository.name }}
7574 echo ::set-output name=filename::$filename
7675 working-directory : ${{ github.event.repository.name }}
7776
Original file line number Diff line number Diff line change 6262 xmlstarlet ed -L -u '//import[@addon="xbmc.python"]/@version' -v "3.0.0" addon.xml
6363 version=$(xmlstarlet sel -t -v 'string(/addon/@version)' addon.xml)
6464 xmlstarlet ed -L -u '/addon/@version' -v "${version}+matrix.1" addon.xml
65+ git add .
66+ git commit -m "Kodi 19 Patch"
6567 working-directory : ${{ github.event.repository.name }}
6668
6769 - name : Submit to Official Repository (Matrix)
You can’t perform that action at this time.
0 commit comments