Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Latency authored Jan 29, 2024
1 parent 3da108e commit a6e4d18
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,13 @@ jobs:
run: dotnet restore

- name: Build
id: build
run: dotnet build --no-restore --configuration ${{ matrix.configuration }}

- name: Find files
id: pl
uses: Rishabh510/Path-lister-action@master
with:
path: "${{ github.workspace }}/bin/${{ matrix.configuration }}"
type: ".nupkg"


- name: Output results
run: |
echo "Found ${{ steps.pl.outputs.path_count }} file(s) with this extension:"
for i in ${{ steps.pl.outputs.paths }}; do
echo "Found ${{ steps.build.outputs.path_count }} file(s) with this extension:"
for i in ${{ steps.build.outputs.paths }}; do
echo $i
done
Expand Down

0 comments on commit a6e4d18

Please sign in to comment.