Skip to content

Commit 3f4866c

Browse files
authored
Merge pull request #129 from anxdpanic/pr_isengard
use xbmc repository for addon submitter
2 parents ced3925 + 1fc5ef2 commit 3f4866c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submit-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
sudo apt-get install libxml2-utils xmlstarlet
3434
python -m pip install --upgrade pip
35-
python -m pip install git+https://github.com/romanvm/kodi-addon-submitter.git
35+
python -m pip install git+https://github.com/xbmc/kodi-addon-submitter.git
3636
3737
- name: Configure git
3838
run: |

0 commit comments

Comments
 (0)