Skip to content

Commit 82c11d3

Browse files
authored
Update ci.yml
1 parent 2419aa8 commit 82c11d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ jobs:
129129
-p:NoBuild=true
130130
-p:Configuration=${{ matrix.configuration }}
131131
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
132-
-p:PublishDir="${{ env.PUBLISH_PATH }}"
132+
-p:PublishDir="${{ env.PUBLISH_PATH }}/$(Configuration)/$(TargetFramework)/"
133133
134134
- name: list
135135
if: ${{ matrix.configuration == 'Release' }}
136136
run: |
137-
cd ${{ env.PUBLISH_PATH }}
138-
ls
137+
cd "${{ env.PUBLISH_PATH }}"
138+
ls -R
139139
140140
- name: Test Report
141141
uses: dorny/test-reporter@v2

0 commit comments

Comments
 (0)