Skip to content

Commit c458bf0

Browse files
committed
fix binpath
1 parent 85d0551 commit c458bf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-public-api-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Extract version information from SDL.Versioning.dll
9999
shell: pwsh
100100
run: |
101-
$binPath = "${{ github.workspace }}\Bin\Mixed Platforms\Debug"
101+
$binPath = "${{ github.workspace }}..\..\Code\Bin\Mixed Platforms\Debug"
102102
$dllPath = Join-Path $binPath "sdl.versioning.dll"
103103
104104
if (Test-Path $dllPath) {

0 commit comments

Comments
 (0)