Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zHaytam authored Feb 24, 2024
1 parent c9262ff commit 60ce15c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: 'dotnet pack -p:GeneratePackageOnBuild=false --configuration Release --output ${{ env.NUGET_DIR }}'

- name: Test
run: >
find "${{ env.NUGET_DIR }}" -type f -iname "*.nupkg"|while read file
run: >-
for i in $(find ${{ env.NUGET_DIR }} -type f -name "*.nupkg");
do
echo "$file"
echo "File: ${i} \n";
done
- name: Push Blazor.Diagrams.Core
Expand Down

0 comments on commit 60ce15c

Please sign in to comment.