Better output
All checks were successful
Build on push / prepare (push) Successful in 7s
Build on push / build (push) Successful in 22s

This commit is contained in:
2026-02-15 12:03:52 +01:00
parent 213fc4685d
commit 79902f323d

View File

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