build: update build script

This commit is contained in:
cxfksword 2023-11-24 23:28:18 +08:00
parent ea4788f894
commit 376b2967cc
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ jobs:
run: |
echo '{"sdk":{"version": "${{ steps.dotnet.outputs.dotnet-version }}"}}' > ./global.json
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ env.python-version }}
python-version: "${{ env.python-version }}"
- name: Initialize workflow variables
id: vars
run: |