diff --git a/.github/workflows/build-kernel-wsa.yml b/.github/workflows/build-kernel-wsa.yml index e3ac8745..c2a7ed4b 100644 --- a/.github/workflows/build-kernel-wsa.yml +++ b/.github/workflows/build-kernel-wsa.yml @@ -8,6 +8,7 @@ on: pull_request: branches: ["main"] paths: + - ".github/workflows/build-kernel-wsa.yml" - "kernel/**" workflow_call: workflow_dispatch: @@ -141,7 +142,7 @@ jobs: export TITLE export VERSION="${{ env.kernelsu_version }}" echo "[+] Compress images" - $GZIP -n -f -9 "${{ env.file_path }}" + gzip -n -f -9 "${{ env.file_path }}" echo "[+] Image to upload" find . -type f -name "*.gz" if [ -n "${{ secrets.BOT_TOKEN }}" ]; then