Skip to content

Commit

Permalink
Fix missing " to close string.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmell committed Jan 14, 2025
1 parent 6b1a4e4 commit c761c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Print NuGet packages path
run: |
echo "NuGet packages path: $NUGET_PACKAGES
echo "NuGet packages path: $NUGET_PACKAGES"
shell: pwsh

# Cache NuGet packages to speed up build. Hash is based on project files,
Expand Down

0 comments on commit c761c47

Please sign in to comment.