build: update build script
This commit is contained in:
parent
376b2967cc
commit
b5436c10cc
|
@ -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
|
||||
|
||||
|
|
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue