Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Nov 22, 2023
1 parent aaf9d15 commit 54a7d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
uses: actions/[email protected]

- name: setup .net core
uses: actions/setup-dotnet@v1.7.2
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.100
dotnet-version: '8.0'

- name: build
working-directory: ./MyApp
Expand Down

0 comments on commit 54a7d41

Please sign in to comment.