We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d0551 commit c458bf0Copy full SHA for c458bf0
1 file changed
.github/workflows/update-public-api-documentation.yml
@@ -98,7 +98,7 @@ jobs:
98
- name: Extract version information from SDL.Versioning.dll
99
shell: pwsh
100
run: |
101
- $binPath = "${{ github.workspace }}\Bin\Mixed Platforms\Debug"
+ $binPath = "${{ github.workspace }}..\..\Code\Bin\Mixed Platforms\Debug"
102
$dllPath = Join-Path $binPath "sdl.versioning.dll"
103
104
if (Test-Path $dllPath) {
0 commit comments