Skip to content

Commit 1030fb6

Browse files
authored
Update build-map-tokens-clean.yml
1 parent 94c9112 commit 1030fb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-map-tokens-clean.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888
cmake --version
8989
$env:PATH = "C:\Qt\Tools\mingw1310_64\bin;$env:PATH"
9090
91-
# Configure CMake (source = .., build = .)
92-
$packageDir = "$env:GITHUB_WORKSPACE\artifact"
91+
# Convert to forward-slash path so CPack doesn’t see \a, \M etc.
92+
$packageDir = ($env:GITHUB_WORKSPACE -replace '\\','/') + '/artifact'
9393
cmake -G "MinGW Makefiles" `
9494
-DCPACK_PACKAGE_DIRECTORY="$packageDir" `
9595
-DCMAKE_PREFIX_PATH="C:\Qt\5.15.2\mingw81_64" `

0 commit comments

Comments
 (0)