Skip to content

Commit c9262ff

Browse files
authored
Update push.yml
1 parent 3ae367c commit c9262ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/push.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323
working-directory: src/Blazor.Diagrams.Algorithms
2424
run: 'dotnet pack -p:GeneratePackageOnBuild=false --configuration Release --output ${{ env.NUGET_DIR }}'
2525

26+
- name: Test
27+
run: >
28+
find "${{ env.NUGET_DIR }}" -type f -iname "*.nupkg"|while read file
29+
do
30+
echo "$file"
31+
done
32+
2633
- name: Push Blazor.Diagrams.Core
2734
run: 'dotnet nuget push ${{ env.NUGET_DIR }}/Z.Blazor.Diagrams.Core.3.0.1.nupkg --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate'
2835

0 commit comments

Comments
 (0)