We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08462fe commit e36c722Copy full SHA for e36c722
.github/workflows/release.yml
@@ -62,3 +62,16 @@ jobs:
62
asset_name: ${{ steps.get-matrix-filename.outputs.matrix-filename }}
63
asset_path: ../${{ steps.get-matrix-filename.outputs.matrix-filename }}
64
asset_content_type: application/zip
65
+ - name: Generate distribution zip and submit to official kodi repository
66
+ id: kodi-addon-submitter
67
+ uses: xbmc/action-kodi-addon-submitter@v1.2
68
+ with:
69
+ kodi-repository: repo-scripts
70
+ kodi-version: krypton
71
+ addon-id: script.module.inputstreamhelper
72
+ kodi-matrix: true
73
+ env:
74
+ GH_USERNAME: ${{ github.actor }}
75
+ GH_TOKEN: ${{secrets.GH_TOKEN}}
76
+ EMAIL: ${{secrets.EMAIL}}
77
+
0 commit comments