Skip to content

Commit d22e4f3

Browse files
committed
Fix path
1 parent 424b03a commit d22e4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/dotnet/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ runs:
2929
uses: actions/upload-artifact@v4
3030
with:
3131
name: build.zip
32-
path: .\artifacts
32+
path: ./artifacts

0 commit comments

Comments
 (0)