We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b218faf commit 3e342a5Copy full SHA for 3e342a5
.github/workflows/dotnet.yml
@@ -23,10 +23,10 @@ jobs:
23
- name: Restore dependencies
24
run: dotnet restore
25
- name: Build
26
- run: dotnet build --no-restore
+ run: dotnet build -c Debug --no-restore
27
- name: Upload artifact
28
uses: actions/[email protected]
29
with:
30
name: cstojs-artifact
31
- path: /home/runner/work/CSharpToJavaScript/CSharpToJavaScript/bin/Debug/net8.0/
32
-
+ path: /home/runner/work/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/bin/Debug/net8.0/
+ if-no-files-found: error
0 commit comments