Skip to content

Commit c542323

Browse files
committed
Update integrations
1 parent 164ea3d commit c542323

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/addon-validations.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,15 @@ jobs:
3131
run: |
3232
kodi-addon-checker ${{ github.event.repository.name }} --branch=isengard
3333
34-
- name: Kodi Add-on Checker (Matrix)
35-
id: kodi-addon-checker-matrix
34+
- name: Staging for Official Repository (Matrix)
35+
id: stage-matrix
3636
run: |
3737
xmlstarlet ed -L -u '//import[@addon="xbmc.python"]/@version' -v "3.0.0" addon.xml
3838
version=$(xmlstarlet sel -t -v 'string(/addon/@version)' addon.xml)
3939
xmlstarlet ed -L -u '/addon/@version' -v "${version}+matrix.1" addon.xml
40+
working-directory: ${{ github.event.repository.name }}
41+
42+
- name: Kodi Add-on Checker (Matrix)
43+
id: kodi-addon-checker-matrix
44+
run: |
4045
kodi-addon-checker ${{ github.event.repository.name }} --branch=matrix

.github/workflows/submit-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343
run: |
4444
mv .git ..
4545
rm -rf .??*
46+
mv ../.git .
4647
rm *.md
48+
git add .
49+
git commit -m "Remove unwanted files"
4750
working-directory: ${{ github.event.repository.name }}
4851

4952
- name: Submit to Official Repository (Isengard)

0 commit comments

Comments
 (0)