Skip to content

Commit

Permalink
Try to fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Miroshnychenko committed Dec 4, 2023
1 parent 8832db5 commit f4adaa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
pip install -q kodi-addon-checker
- name: Check with addon-checker
run: |
kodi-addon-checker --branch nexus
kodi-addon-checker --branch nexus plugin.video.external.library
2 changes: 1 addition & 1 deletion .github/workflows/publish-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pip install -q kodi-addon-checker
- name: Check with addon-checker
run: |
kodi-addon-checker --branch nexus
kodi-addon-checker --branch nexus plugin.video.external.library
- name: Install addon submitter
run: |
pip install -q git+https://github.com/xbmc/kodi-addon-submitter.git
Expand Down

0 comments on commit f4adaa0

Please sign in to comment.