Skip to content

Commit 6a688f9

Browse files
authored
Update ubuntu.yml
1 parent d2a1c0d commit 6a688f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a .NET project
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
33

4-
name: .NET
4+
name: ubuntu
55

66
on:
77
push:
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/[email protected]
3232
with:
3333
name: cstojs-${{ matrix.os }}-artifact
34-
path: ~/runner/work/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/bin/Debug/net8.0/
34+
path: /home/runner/work/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/bin/Debug/net8.0/
3535
if-no-files-found: error
3636
compression-level: 0
3737
test:

0 commit comments

Comments
 (0)