Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas authored Oct 29, 2024
1 parent 95724ad commit 0c9e864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: Build
name: build

on:
push:
Expand All @@ -17,5 +17,5 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x
- name: Build
- name: build
run: dotnet build

0 comments on commit 0c9e864

Please sign in to comment.