From eef1c4dbb3057f84df887a37c391521d16d71525 Mon Sep 17 00:00:00 2001 From: JustDoom <61824552+JustDoom@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:49:53 +1000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf51272..08b08e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -163,19 +163,6 @@ jobs: cmake --build . --config Release shell: cmd - - name: Search for .dll and .lib files - run: | - echo "Searching for .dll and .lib files..." - Get-ChildItem -Path . -Recurse -Include *.dll,*.lib | ForEach-Object { $_.FullName } | Out-File -FilePath found_files.txt - shell: cmd - - - name: Output Results - if: success() - run: | - echo "Found the following .dll and .lib files:" - cat found_files.txt - shell: cmd - - name: Collect executable and assets run: | dir build\bin\Release