Skip to content

Commit

Permalink
Merge pull request #541 from Azure/v6.0
Browse files Browse the repository at this point in the history
Update .NET version for the create release workflow
  • Loading branch information
waelkdouh authored May 1, 2024
2 parents c799c6b + e6c70ea commit 66cd392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_github_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
dotnet-version: 8.x

- name: Generate executable
run: |
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
dotnet-version: 8.x

- name: Generate executable
run: |
Expand Down

0 comments on commit 66cd392

Please sign in to comment.