Skip to content

Commit 1f3c5ae

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 6b67669 + f850c7a commit 1f3c5ae

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)