Skip to content

Commit

Permalink
Fix dotnet-version parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Jan 7, 2022
1 parent 71854bb commit 130cea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- uses: actions/setup-dotnet@v1
with:
dotnet-version: |
'3.1.x'
'6.0.x'
3.1.x
6.0.x
# Build
- run: dotnet restore
Expand Down

0 comments on commit 130cea7

Please sign in to comment.