update workflow

This commit is contained in:
Vitaly Gashkov
2025-09-01 12:29:22 +05:00
parent 5240fe25d5
commit 38ac098adb
+2 -1
View File
@@ -38,10 +38,11 @@ jobs:
# Unzip the archive # Unzip the archive
unzip -q jadx.zip -d jadx-dist unzip -q jadx.zip -d jadx-dist
echo $PATH && ls $(pwd)/jadx-dist/
# Add the JADX bin directory to the GitHub Actions path # Add the JADX bin directory to the GitHub Actions path
# This makes the 'jadx' command available in subsequent steps # This makes the 'jadx' command available in subsequent steps
echo "$(pwd)/jadx-dist/jadx-${JADX_VERSION}/bin" >> $GITHUB_PATH 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 # Clean up the downloaded zip file
rm jadx.zip rm jadx.zip