From 5e738129d94705419b9800ac2b04aecb81436ad4 Mon Sep 17 00:00:00 2001 From: Howard Wu Date: Wed, 12 Apr 2023 17:52:24 +0800 Subject: [PATCH] ci: WSA build fix typo (#370) --- .github/workflows/build-kernel-wsa.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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