This commit is contained in:
Vitaly Gashkov
2025-09-01 12:22:58 +05:00
parent 50267e58a6
commit 5240fe25d5
+1
View File
@@ -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