Skip to content

Commit

Permalink
Merge pull request #7 from xenial-io/biohazard999-patch-1
Browse files Browse the repository at this point in the history
Update build.yml to net8.0
  • Loading branch information
biohazard999 authored Apr 7, 2024
2 parents 9ce64ce + d6ba70a commit 1b59f9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Fetch all history for all tags and branches
run: |
git fetch --prune --unshallow
- name: Setup .NET6
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Build
run: dotnet run --project build/build.csproj pack
- uses: actions/upload-artifact@v2
Expand All @@ -43,10 +43,10 @@ jobs:
with:
name: nuget
path: artifacts/nuget/
- name: Setup .NET6
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Publish to nuget.org
run: dotnet run --project build/build.csproj deploy
env:
Expand Down

0 comments on commit 1b59f9e

Please sign in to comment.