Skip to content

Commit 9e34363

Browse files
authored
Update ci.yml
1 parent 3c04ec9 commit 9e34363

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
@@ -128,19 +128,19 @@ jobs:
128128
-p:TargetFramework=netcoreapp3.1
129129
-p:Configuration=${{ matrix.configuration }}
130130
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
131-
-p:PublishDir="${{ env.PUBLISH_PATH }}/$(Configuration)/$(TargetFramework)/"
131+
-p:PublishDir="${{ env.PUBLISH_PATH }}/Release/netcoreapp3.1"
132132
&&
133133
dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-build
134134
-p:TargetFramework=net6.0
135135
-p:Configuration=${{ matrix.configuration }}
136136
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
137-
-p:PublishDir="${{ env.PUBLISH_PATH }}/$(Configuration)/$(TargetFramework)/"
137+
-p:PublishDir="${{ env.PUBLISH_PATH }}/Release/net6.0"
138138
&&
139139
dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-build
140140
-p:TargetFramework=net8.0
141141
-p:Configuration=${{ matrix.configuration }}
142142
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
143-
-p:PublishDir="${{ env.PUBLISH_PATH }}/$(Configuration)/$(TargetFramework)/"
143+
-p:PublishDir="${{ env.PUBLISH_PATH }}/Release/net8.0"
144144
145145
- name: list
146146
if: ${{ matrix.configuration == 'Release' }}

0 commit comments

Comments
 (0)