Skip to content

Commit

Permalink
Merge pull request #9 from aschuhardt/beta
Browse files Browse the repository at this point in the history
.net sdk versions for workflows
  • Loading branch information
aschuhardt authored Jan 6, 2024
2 parents 776c4d1 + 92e18ae commit d4afba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Build
run: dotnet build ./Opal/Opal.csproj -c Release -p:AssemblyVersion="${{ needs.version.outputs.assemblySemVer }}"
- name: Pack
Expand Down

0 comments on commit d4afba2

Please sign in to comment.