Skip to content

Commit c5c298f

Browse files
authored
Update make.yml
1 parent 9730ad4 commit c5c298f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/make.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
exit 1
3737
fi
3838
39-
- name: 🧹 Cleanup & Finalize
39+
- name: ✅ Mark job as successful
40+
if: ${{ success() }}
4041
run: |
41-
echo "🎉 All steps completed successfully."
42-
ls -lh ./bin
42+
echo "🎉 All steps completed successfully — marking workflow as passed!"
43+
exit 0

0 commit comments

Comments
 (0)