Skip to content

Commit 696ddcf

Browse files
committed
Remove unused file listing step from build workflow
1 parent 4d646fa commit 696ddcf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ 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
73-
7470
- name: Publish package
7571
env:
7672
VERSION: ${{ needs.get-version.outputs.tag }}

0 commit comments

Comments
 (0)