Skip to content

Commit 537dc6e

Browse files
authored
Update ci.yml
1 parent 5a9d65d commit 537dc6e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,13 @@ jobs:
123123
- name: Prepare package
124124
if: ${{ matrix.configuration == 'Release' }}
125125
run: >
126-
dotnet publish --no-build --verbosity normal
126+
dotnet publish ${{ env.PRODUCT_NAME }}.csproj --no-build
127127
--configuration ${{ matrix.configuration }}
128+
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
128129
-p:PublishDir=${{ env.PUBLISH_PATH }}
129130
130131
- name: list
132+
if: ${{ matrix.configuration == 'Release' }}
131133
run: |
132134
cd ${{ env.PUBLISH_PATH }}
133135
ls

0 commit comments

Comments
 (0)