build: update build script

This commit is contained in:
cxfksword 2023-11-24 23:32:27 +08:00
parent 376b2967cc
commit b5436c10cc
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ on:
env:
dotnet-version: 6.0.x
python-version: 3.8
python-version: 3.9
project: Jellyfin.Plugin.MetaShark/Jellyfin.Plugin.MetaShark.csproj
artifact: metashark

View File

@ -6,7 +6,7 @@ on:
env:
dotnet-version: 6.0.x
python-version: 3.10
python-version: 3.9
project: Jellyfin.Plugin.MetaShark/Jellyfin.Plugin.MetaShark.csproj
artifact: metashark
@ -30,7 +30,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "${{ env.python-version }}"
python-version: ${{ env.python-version }}
- name: Initialize workflow variables
id: vars
run: |