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 d2a1c0d commit 6a688f9Copy full SHA for 6a688f9
.github/workflows/ubuntu.yml
@@ -1,7 +1,7 @@
1
# This workflow will build a .NET project
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3
4
-name: .NET
+name: ubuntu
5
6
on:
7
push:
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/[email protected]
32
with:
33
name: cstojs-${{ matrix.os }}-artifact
34
- path: ~/runner/work/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/bin/Debug/net8.0/
+ path: /home/runner/work/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/bin/Debug/net8.0/
35
if-no-files-found: error
36
compression-level: 0
37
test:
0 commit comments