Skip to content

Commit 775665d

Browse files
authored
Update build.yml
1 parent 81ebf9c commit 775665d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: Restore dependencies
3131
run: dotnet restore
3232
- name: Build Debug
33-
run: dotnet build --no-restore -p:NoGen=true;
33+
run: dotnet build --no-restore -p:NoGen=true
3434
- name: Build Release
35-
run: dotnet build --no-restore -p:NoGen=true; -c Release
35+
run: dotnet build --no-restore -p:NoGen=true -c Release
3636
- uses: actions/upload-artifact@v4
3737
with:
3838
name: 'managed'

0 commit comments

Comments
 (0)