From 5240fe25d50a0f3f0e42624f5a3604df6eb55026 Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Mon, 1 Sep 2025 12:22:58 +0500 Subject: [PATCH] fix 2 --- .github/workflows/extract.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/extract.yml b/.github/workflows/extract.yml index e4d270d..7fa52e7 100644 --- a/.github/workflows/extract.yml +++ b/.github/workflows/extract.yml @@ -41,6 +41,7 @@ jobs: # Add the JADX bin directory to the GitHub Actions path # This makes the 'jadx' command available in subsequent steps echo "$(pwd)/jadx-dist/jadx-${JADX_VERSION}/bin" >> $GITHUB_PATH + export PATH="$(pwd)/jadx-dist/jadx-${JADX_VERSION}/bin:$PATH" # Clean up the downloaded zip file rm jadx.zip