Replace unmangle with cygpath (#1490)

Use `-m` not `-w` so paths use forward slashes
This commit is contained in:
Sylvie
2024-08-31 00:10:44 -04:00
committed by GitHub
parent c07371c9fc
commit 7330c2c606
6 changed files with 10 additions and 39 deletions

View File

@@ -263,7 +263,6 @@ jobs:
path: |
test/gfx/randtilegen.exe
test/gfx/rgbgfx_test.exe
test/link/unmangle.exe
windows-mingw-testing:
needs: windows-mingw-build
@@ -284,7 +283,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: testing-programs-mingw-win${{ matrix.bits }}
path: test
path: test/gfx
- name: Extract binaries
shell: bash
run: |