Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 committed Jan 23, 2024
1 parent f66e141 commit f23d3e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.100
- name: Download NuGet packages
uses: actions/download-artifact@v3
with:
name: nuget-packages
path: ./nupkgs
- name: Archive NuGet packages
run: |
zip -r nuget-packages-archive.zip ./nupkgs
Expand Down

0 comments on commit f23d3e7

Please sign in to comment.