Skip to content

Commit 4d646fa

Browse files
committed
fix(workflows): update build.yml configuration
1 parent 50c4cfe commit 4d646fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969

7070

7171
- name: list files
72-
run: ls -la bin/Release/net9.0
72+
run: ls -la bin/Release
7373

7474
- name: Publish package
7575
env:
7676
VERSION: ${{ needs.get-version.outputs.tag }}
7777
API_KEY: ${{ secrets.NUGET_PASSWORD }}
78-
run: dotnet nuget push "bin/Release/net9.0/Sprout.${VERSION:1}.nupkg" --api-key ${API_KEY} --source nuget --skip-duplicate
78+
run: dotnet nuget push "bin/Release/Sprout.${VERSION:1}.nupkg" --api-key ${API_KEY} --source nuget --skip-duplicate

0 commit comments

Comments
 (0)