Fix github action build

This commit is contained in:
cxfksword
2022-10-11 18:10:28 +08:00
parent cf1876b8d1
commit 3c058fd7a3
3 changed files with 6 additions and 31 deletions

View File

@@ -40,16 +40,8 @@ jobs:
tag: ${{ github.ref }}
file_glob: true
- name: Update manifest
uses: svenstaro/upload-release-action@v2
uses: stefanzweifel/git-auto-commit-action@v4
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./*.json
tag: "manifest"
overwrite: true
file_glob: true
# - name: Update manifest
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# branch: ${{ env.branch }}
# commit_message: Update repo manifest
# file_pattern: "*.json"
branch: ${{ env.branch }}
commit_message: Update repo manifest
file_pattern: "*.json"

View File

@@ -1,6 +1,6 @@
name: "Danmu"
guid: "5B39DA44-5314-4940-8E26-54C821C17F86"
imageUrl: https://github.com/cxfksword/jellyfin-plugin-danmu/raw/main/doc/logo.png
imageUrl: https://raw.githubusercontent.com/cxfksword/jellyfin-plugin-danmu/main/doc/logo.png
version: "1.0.0.0"
targetAbi: "10.8.0.0"
framework: "net6.0"

View File

@@ -7,23 +7,6 @@
"owner": "cxfksword",
"category": "Metadata",
"imageUrl": "https://raw.githubusercontent.com/cxfksword/jellyfin-plugin-danmu/main/doc/logo.png",
"versions": [
{
"version": "0.3.7.0",
"changelog": "NA\n",
"targetAbi": "10.8.0.0",
"sourceUrl": "https://github.com/cxfksword/jellyfin-plugin-danmu/releases/download/v0.3.7/danmu_0.3.7.0.zip",
"checksum": "a20cae62be38959b73f789c163d29d60",
"timestamp": "2022-10-11T09:34:09Z"
},
{
"version": "0.3.0.0",
"changelog": "NA\n",
"targetAbi": "10.8.0.0",
"sourceUrl": "https://github.com/cxfksword/jellyfin-plugin-danmu/releases/download/v0.3.0/danmu_0.3.0.0.zip",
"checksum": "97004fa644735773735c7503bfafeb85",
"timestamp": "2022-10-11T08:58:05Z"
}
]
"versions": []
}
]