Skip to content

Commit

Permalink
Merge pull request #90 from XanatosX/bugfix/fix-nightly-build
Browse files Browse the repository at this point in the history
Update dotnet version for nightly to dotnet 7
  • Loading branch information
XanatosX authored Jul 29, 2023
2 parents 6a51381 + 86d64ba commit 4636303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-latest-develop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Publish Application
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Publish Application
Expand Down

0 comments on commit 4636303

Please sign in to comment.