Skip to content

Commit

Permalink
Update dotnet-publish-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck authored Sep 27, 2023
1 parent afbc606 commit a805f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
- name: Build
run: dotnet build XtermBlazor -c Release
- name: Create the package
Expand Down

0 comments on commit a805f3b

Please sign in to comment.