Added output manually
All checks were successful
Build on push / prepare (push) Successful in 6s
Build on push / build (push) Successful in 14s

This commit is contained in:
2026-02-15 10:36:03 +01:00
parent 4ff5680310
commit c6fe9f7397

View File

@@ -55,4 +55,7 @@ runs:
GITHUB_OUTPUT: ${{ env.GITHUB_OUTPUT }}
run: |
echo "Starting cleanup..."
./package-cleanup-linux-x64
./package-cleanup-linux-x64 > output.txt
cat output.txt
echo "$(cat output.txt)"
echo "Cleanup completed."