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: | run: |
echo '{"sdk":{"version": "${{ steps.dotnet.outputs.dotnet-version }}"}}' > ./global.json echo '{"sdk":{"version": "${{ steps.dotnet.outputs.dotnet-version }}"}}' > ./global.json
- name: Setup python - name: Setup python
uses: actions/setup-python@v2 uses: actions/setup-python@v4
with: with:
python-version: ${{ env.python-version }} python-version: "${{ env.python-version }}"
- name: Initialize workflow variables - name: Initialize workflow variables
id: vars id: vars
run: | run: |