Skip to content

Commit

Permalink
[gha] debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Dec 3, 2024
1 parent a16ea9f commit 3bd7751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,9 @@ jobs:
echo "🔎 Entering build directory..."
cd build
ls -lh .
echo "🔎 Search for built executable..."
echo "🔎 Search for built executable ./${{env.UNIXNAME}}*..."
if [ -f "./${{env.UNIXNAME}}*" ]; then
echo "🎉 executable found!"
find ./build -type f -name "${{env.UNIXNAME}}*"
Expand Down

0 comments on commit 3bd7751

Please sign in to comment.