mirror of
https://github.com/cxfksword/jellyfin-plugin-danmu.git
synced 2026-04-25 19:11:41 +08:00
Fix github action build
This commit is contained in:
16
.github/workflows/publish.yaml
vendored
16
.github/workflows/publish.yaml
vendored
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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": []
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user