From a2e4152d5edb5c20e13179f216d0955c794ac616 Mon Sep 17 00:00:00 2001 From: edraft Date: Sun, 15 Feb 2026 12:24:00 +0100 Subject: [PATCH] Should fix exec problems --- package-cleanup/action.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package-cleanup/action.yaml b/package-cleanup/action.yaml index d276c0e..e3518ef 100644 --- a/package-cleanup/action.yaml +++ b/package-cleanup/action.yaml @@ -29,7 +29,7 @@ runs: - name: Download and test package-cleanup tool shell: bash run: | - curl -OJ https://git.sh-edraft.de/api/packages/sh-edraft.de/generic/package-cleanup/package-cleanup-linux-x64 + curl -OJ https://git.sh-edraft.de/api/packages/sh-edraft.de/generic/package-cleanup/latest/package-cleanup-linux-x64 # Make executable chmod +x package-cleanup-linux-x64 @@ -49,6 +49,4 @@ runs: echo "Starting cleanup..." ./package-cleanup-linux-x64 echo "Cleanup completed." - sleep 10000000 - rm package-cleanup-linux-x64