File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 branch : master
3535 workflow_id : build.yml
3636 github_token : ${{ secrets.GITHUB_TOKEN }}
37- - uses : actions/setup-dotnet@v1
37+ - uses : actions/setup-dotnet@v4
3838 with :
39- dotnet-version : " 6 .0.x"
39+ dotnet-version : " 8 .0.x"
4040 - name : Build
4141 run : |
4242 ./build.sh --target Publish --build-type ${{ steps.info.outputs.build_type }} --build-id ${{ steps.info.outputs.build_id }} --last-build-commit \"${{ steps.last_successful_commit.outputs.commit_hash }}\" --nuget-api-key \"${{ secrets.BEPIN_DEV_NUGET_KEY }}\"
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2.3.5
13- - uses : actions/setup-dotnet@v1
13+ - uses : actions/setup-dotnet@v4
1414 with :
15- dotnet-version : " 6 .0.x"
15+ dotnet-version : " 8 .0.x"
1616 - name : Build
1717 run : |
1818 ./build.sh --target Publish
You can’t perform that action at this time.
0 commit comments