build: update github action
This commit is contained in:
parent
747e69f3bf
commit
9e9074bb5a
|
@ -54,6 +54,7 @@ jobs:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: ./artifacts/${{ env.artifact }}_*.zip
|
file: ./artifacts/${{ env.artifact }}_*.zip
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
|
release_name: '${{ github.ref_name }}: Jellyfin v10.9'
|
||||||
file_glob: true
|
file_glob: true
|
||||||
overwrite: true
|
overwrite: true
|
||||||
- name: Publish manifest
|
- name: Publish manifest
|
||||||
|
|
Loading…
Reference in New Issue