Skip to content

Commit

Permalink
build: update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword committed Nov 24, 2023
1 parent 376b296 commit b5436c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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: |
Expand Down

0 comments on commit b5436c1

Please sign in to comment.