From 1a8b39ad9d64d74cf215c07879a8f31e94f08c31 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Tue, 18 Jun 2024 10:56:41 -0700 Subject: [PATCH] fix builds github workflow for new build names --- .github/workflows/builds.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 6734ecb5..677fcb27 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -21,10 +21,10 @@ jobs: run: | call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 call build raddbg msvc debug || exit /b 1 - call build raddbgi_from_pdb msvc debug || exit /b 1 - call build raddbgi_from_dwarf msvc debug || exit /b 1 - call build raddbgi_dump msvc debug || exit /b 1 + call build rdi_from_pdb msvc debug || exit /b 1 + call build rdi_from_dwarf msvc debug || exit /b 1 + call build rdi_dump msvc debug || exit /b 1 call build raddbg clang debug || exit /b 1 - call build raddbgi_from_pdb clang debug || exit /b 1 - call build raddbgi_from_dwarf clang debug || exit /b 1 - call build raddbgi_dump clang debug || exit /b 1 + call build rdi_from_pdb clang debug || exit /b 1 + call build rdi_from_dwarf clang debug || exit /b 1 + call build rdi_dump clang debug || exit /b 1