Skip to content

Commit f850c7a

Browse files
authored
Update ci.yml
1 parent 846d549 commit f850c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Pack NuGet package
5656
if: steps.get_tag.outputs.tag != ''
57-
run: dotnet pack $SOLUTION --configuration $BUILD_CONFIG --no-build --output ./artifacts
57+
run: dotnet pack src/EmbeddedResourcePropertyGenerator/EmbeddedResourcePropertyGenerator.csproj --configuration $BUILD_CONFIG --no-build --output ./artifacts
5858

5959
- name: Publish to NuGet
6060
if: steps.get_tag.outputs.tag != ''

0 commit comments

Comments
 (0)