From eb25644a0e766797749a651874c10fd6193d307d Mon Sep 17 00:00:00 2001 From: weishu Date: Tue, 19 Mar 2024 13:31:02 +0800 Subject: [PATCH] ci: Don't upload images to group, uploading manager is enough because we can use manager to install directly --- .github/scripts/build_a12.sh | 2 +- .github/scripts/build_a13.sh | 2 +- .github/workflows/build-kernel-a13.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/scripts/build_a12.sh b/.github/scripts/build_a12.sh index 83ed1b12..d6abf750 100644 --- a/.github/scripts/build_a12.sh +++ b/.github/scripts/build_a12.sh @@ -51,7 +51,7 @@ build_from_image() { echo "[+] Images to upload" find . -type f -name "*.gz" - find . -type f -name "*.gz" -exec python3 "$GITHUB_WORKSPACE"/KernelSU/scripts/ksubot.py {} + + # find . -type f -name "*.gz" -exec python3 "$GITHUB_WORKSPACE"/KernelSU/scripts/ksubot.py {} + } for dir in Image*; do diff --git a/.github/scripts/build_a13.sh b/.github/scripts/build_a13.sh index d76e045a..929e1be0 100644 --- a/.github/scripts/build_a13.sh +++ b/.github/scripts/build_a13.sh @@ -30,7 +30,7 @@ build_from_image() { echo '[+] Images to upload' find . -type f -name "*.gz" - find . -type f -name "*.gz" -exec python3 "$GITHUB_WORKSPACE"/KernelSU/scripts/ksubot.py {} + + # find . -type f -name "*.gz" -exec python3 "$GITHUB_WORKSPACE"/KernelSU/scripts/ksubot.py {} + } for dir in Image*; do diff --git a/.github/workflows/build-kernel-a13.yml b/.github/workflows/build-kernel-a13.yml index e0b54185..e2b3483f 100644 --- a/.github/workflows/build-kernel-a13.yml +++ b/.github/workflows/build-kernel-a13.yml @@ -119,6 +119,7 @@ jobs: - name: Bot session cache id: bot_session_cache uses: actions/cache@v3 + if: false with: path: scripts/ksubot.session key: ${{ runner.os }}-bot-session