Skip to content

Commit

Permalink
Correct save artifacts step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Mar 12, 2024
1 parent 14def04 commit 52825c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,10 @@ jobs:
echo "Not available on this os"
fi
fi
- name: List sample output files
run: |
ls ${{ github.workspace}}/
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: output-${{ runner.os }}-${{matrix.dir}}
name: output-${{ runner.os }}
path: |
**.docx
**.xslx
Expand Down

0 comments on commit 52825c2

Please sign in to comment.