Skip to content

Commit 35281ac

Browse files
committed
Updated publish
1 parent b8d7cae commit 35281ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build
2323
run: dotnet build DbApiBuilderEntityGenerator.sln --configuration Release
2424
- name: Pack
25-
run: dotnet pack src/DbApiBuilderEntityGenerator/DbApiBuilderEntityGenerator.csproj --configuration Release --no-build --no-restore --output .
25+
run: dotnet pack DbApiBuilderEntityGenerator.sln --configuration Release --no-build --no-restore --output .
2626
# Get a short-lived NuGet API key
2727
- name: NuGet login (OIDC → temp API key)
2828
uses: NuGet/login@v1

0 commit comments

Comments
 (0)