Skip to content

Commit

Permalink
Update: Build and Publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed May 6, 2024
1 parent 47ace37 commit 6c8fdad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: 5.0.x
- name: Setup .NET Core SDK (6.0)

- name: Setup .NET Core SDK (8.0)
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 6c8fdad

Please sign in to comment.