Skip to content

Commit 3e342a5

Browse files
authored
Update dotnet.yml
1 parent b218faf commit 3e342a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Restore dependencies
2424
run: dotnet restore
2525
- name: Build
26-
run: dotnet build --no-restore
26+
run: dotnet build -c Debug --no-restore
2727
- name: Upload artifact
2828
uses: actions/[email protected]
2929
with:
3030
name: cstojs-artifact
31-
path: /home/runner/work/CSharpToJavaScript/CSharpToJavaScript/bin/Debug/net8.0/
32-
31+
path: /home/runner/work/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/bin/Debug/net8.0/
32+
if-no-files-found: error

0 commit comments

Comments
 (0)