Skip to content

Commit 3c04ec9

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

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
@@ -124,19 +124,19 @@ jobs:
124124
- name: Prepare package
125125
if: ${{ matrix.configuration == 'Release' }}
126126
run: >
127-
dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-buils
127+
dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-build
128128
-p:TargetFramework=netcoreapp3.1
129129
-p:Configuration=${{ matrix.configuration }}
130130
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
131131
-p:PublishDir="${{ env.PUBLISH_PATH }}/$(Configuration)/$(TargetFramework)/"
132132
&&
133-
dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-buils
133+
dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-build
134134
-p:TargetFramework=net6.0
135135
-p:Configuration=${{ matrix.configuration }}
136136
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
137137
-p:PublishDir="${{ env.PUBLISH_PATH }}/$(Configuration)/$(TargetFramework)/"
138138
&&
139-
dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-buils
139+
dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-build
140140
-p:TargetFramework=net8.0
141141
-p:Configuration=${{ matrix.configuration }}
142142
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"

0 commit comments

Comments
 (0)