Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAirBlow authored Dec 24, 2023
1 parent 690b023 commit f31ad85
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Upload Syndical.Application binary
uses: actions/[email protected]
with:
name: "Syndical.Application-linux"
path: "Syndical.Application/bin/"
name: "TheAirBlow.Syndical.Application-linux"
path: "TheAirBlow.Syndical.Application/bin/"
windows:
name: Windows build
runs-on: windows-2022
Expand All @@ -33,16 +33,16 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Upload Syndical.Application binary
uses: actions/[email protected]
with:
name: "Syndical.Application-windows"
path: "Syndical.Application/bin/"
name: "TheAirBlow.Syndical.Application-windows"
path: "TheAirBlow.Syndical.Application/bin/"
macos:
name: MacOS build
runs-on: macos-11
Expand All @@ -51,13 +51,13 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Upload Syndical.Application binary
uses: actions/[email protected]
with:
name: "Syndical.Application-macos"
path: "Syndical.Application/bin/"
name: "TheAirBlow.Syndical.Application-macos"
path: "TheAirBlow.Syndical.Application/bin/"

0 comments on commit f31ad85

Please sign in to comment.