Skip to content

Commit

Permalink
matrix only release
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Jul 10, 2023
1 parent 4a41e95 commit 1d72275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/kodi-submitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
uses: xbmc/action-kodi-addon-submitter@v1.3
with:
kodi-repository: repo-scripts
kodi-version: krypton
kodi-version: matrix
addon-id: script.module.codequick
kodi-matrix: true
sub-directory: true
env:
GH_USERNAME: ${{ github.actor }}
Expand Down
4 changes: 2 additions & 2 deletions script.module.codequick/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.codequick" name="CodeQuick" provider-name="willforde" version="1.0.3">
<addon id="script.module.codequick" name="CodeQuick" provider-name="willforde" version="1.0.3+matrix.1">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.youtube.dl" version="19.912.1"/>
<import addon="script.module.htmlement" version="1.0.0"/>
<import addon="script.module.requests" version="2.22.0"/>
Expand Down

0 comments on commit 1d72275

Please sign in to comment.