Skip to content

Commit 8fce436

Browse files
Update build command to use --configuration flag
1 parent 035caf0 commit 8fce436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Restore
3030
run: dotnet tool restore
3131
- name: Build
32-
run: dotnet build -c Release
32+
run: dotnet build --configuration Release
3333
- name: Upload Build Files
3434
uses: actions/upload-artifact@v4
3535
with:

0 commit comments

Comments
 (0)