Skip to content

Commit

Permalink
Add .gitattributes and update addon submitter to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bossanova808 committed Oct 9, 2024
1 parent 8cbe0f1 commit f3fdb69
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# These files are blocked from the release.zip creation
.gitignore export-ignore
.gitattributes export-ignore
.github export-ignore
*.pyc export-ignore
*.pyo export-ignore
6 changes: 3 additions & 3 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
uses: actions/checkout@v1
- name: Generate distribution zip and submit to official kodi repository
id: kodi-addon-submitter
uses: xbmc/action-kodi-addon-submitter@v1.1
uses: xbmc/action-kodi-addon-submitter@v1.3
with:
kodi-repository: repo-scripts
kodi-version: matrix
addon-id: script.cabertoss
env: # Make sure you create the below secrets (GH_TOKEN and EMAIL)
GH_USERNAME: ${{ github.actor }}
GH_TOKEN: ${{secrets.GH_TOKEN}}
EMAIL: ${{secrets.EMAIL}}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
EMAIL: ${{ secrets.EMAIL }}
- name: Create Github Release
id: create_release
uses: actions/[email protected]
Expand Down

0 comments on commit f3fdb69

Please sign in to comment.