Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
Update workflow to .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAirBlow committed Mar 24, 2022
1 parent 11269d5 commit e812cb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Upload Syndical.Application binary
- name: Upload Hreidmar.GUI binary
uses: actions/[email protected]
with:
name: "Hreidmar.GUI-windows"
Expand All @@ -68,7 +68,7 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Upload Syndical.Application binary
- name: Upload Hreidmar.GUI binary
uses: actions/[email protected]
with:
name: "Hreidmar.GUI-macos"
Expand Down

0 comments on commit e812cb8

Please sign in to comment.