Skip to content

Commit

Permalink
Update build-backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liguori authored Nov 15, 2023
1 parent a55f5f6 commit ace3a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET

uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.x
- name: Build .NET Backend
run: dotnet publish Organizer.API.csproj -o "output" -c "Release"
working-directory: ./src/Organizer.API/Organizer.API
Expand Down

0 comments on commit ace3a1a

Please sign in to comment.