Skip to content

Commit 62096e5

Browse files
committed
fix workflow
1 parent 29a0984 commit 62096e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: microsoft/[email protected]
4040

4141
- name: Build
42-
run: dotnet build DotNetFileInfo
42+
run: dotnet build -c Release DotNetFileInfo
4343

4444
- name: Create output directory
4545
run: New-Item -ItemType Directory -Path C:\builtfiles\DotNetFileInfo -Force > $null

0 commit comments

Comments
 (0)