Skip to content

Commit

Permalink
Update deep-source.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Aug 13, 2023
1 parent 981cdcc commit 7cb8a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deep-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Set solution name
run: |
echo "solution=$(([io.fileinfo]$(Get-ChildItem -Path .\* -Include *.sln)).name)" | Out-File -FilePath $env:GITHUB_ENV -Append
echo "solution=$([io.path]::GetFileNameWithoutExtension($(Get-ChildItem -Path .\* -Include *.sln)))" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Restore NuGet Packages
run: nuget restore ${{ env.solution }}
Expand Down

0 comments on commit 7cb8a52

Please sign in to comment.