Compare commits

..

1 Commits

Author SHA1 Message Date
79902f323d Better output
All checks were successful
Build on push / prepare (push) Successful in 7s
Build on push / build (push) Successful in 22s
2026-02-15 12:03:52 +01:00

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."