Compare commits

..

1 Commits

Author SHA1 Message Date
c8cfa26760 Added output manually
All checks were successful
Build on push / prepare (push) Successful in 6s
Build on push / build (push) Successful in 15s
2026-02-15 10:36:03 +01:00

View File

@@ -57,5 +57,3 @@ runs:
echo "Starting cleanup..." echo "Starting cleanup..."
./package-cleanup-linux-x64 > output.txt ./package-cleanup-linux-x64 > output.txt
cat output.txt cat output.txt
echo "$(cat output.txt)"
echo "Cleanup completed."