Skip to content

Commit

Permalink
remove upload matrix assets
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Mar 2, 2021
1 parent ebc803e commit 3d529b0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/kodi-submitter.yml
Expand Up @@ -46,13 +46,3 @@ jobs:
asset_path: ${{ steps.kodi-addon-submitter.outputs.addon-zip }}
asset_name: ${{ steps.kodi-addon-submitter.outputs.addon-zip }}
asset_content_type: application/zip
- name: Upload metrix Addon zip to github release
id: upload-release-asset
uses: actions/upload-release-asset@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ steps.kodi-addon-submitter.outputs.addon-zip-matrix }}
asset_name: ${{ steps.kodi-addon-submitter.outputs.addon-zip-matrix }}
asset_content_type: application/zip

0 comments on commit 3d529b0

Please sign in to comment.