Skip to content

Commit 22fb74c

Browse files
committed
This property should have a trailing slash.
1 parent f196b0c commit 22fb74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: >
108108
dotnet build --no-restore -c Release
109109
-p:TreatWarningsAsErrors=true
110-
-p:PackageOutputPath=${{ runner.temp }}/dist
110+
-p:PackageOutputPath=${{ runner.temp }}/dist/
111111
112112
- name: Test
113113
run: >

0 commit comments

Comments
 (0)