Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 7ef8eff

Browse files
authored
Fix missing space character in dotnet.yaml
1 parent 8a4d418 commit 7ef8eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Run build script
2828
- run: |
29-
./build.ps1
29+
./build.ps1
3030
3131
# Upload artifacts
3232

0 commit comments

Comments
 (0)