Skip to content

Commit 50c4cfe

Browse files
committed
fix: update build workflow configuration
1 parent 213b0f8 commit 50c4cfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
NUGET_PASSWORD: ${{ secrets.NUGET_PASSWORD }}
6868
run: dotnet nuget add source --username ${NUGET_USERNAME} --password ${NUGET_PASSWORD} --store-password-in-clear-text --name nuget "https://nuget.pkg.github.com/${NUGET_USERNAME}/index.json"
6969

70+
71+
- name: list files
72+
run: ls -la bin/Release/net9.0
73+
7074
- name: Publish package
7175
env:
7276
VERSION: ${{ needs.get-version.outputs.tag }}

0 commit comments

Comments
 (0)