mirror of
https://github.com/cxfksword/jellyfin-plugin-danmu.git
synced 2026-04-24 10:30:33 +08:00
Fix github action build
This commit is contained in:
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
env:
|
||||
dotnet-version: 6.0.x
|
||||
python-version: 3.8
|
||||
branch: main
|
||||
artifact: danmu
|
||||
|
||||
jobs:
|
||||
@@ -40,5 +41,6 @@ jobs:
|
||||
- name: Update manifest
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
branch: ${{ env.branch }}
|
||||
commit_message: Update repo manifest
|
||||
file_pattern: "*.json"
|
||||
file_pattern: "manifest.json manifest_cn.json"
|
||||
|
||||
Reference in New Issue
Block a user