Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom authored Feb 20, 2025
1 parent 9c5509a commit eef1c4d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eef1c4d

Please sign in to comment.