mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
fix: add executable permissions for jadx
This commit is contained in:
@@ -28,6 +28,7 @@ jobs:
|
||||
echo "Installing JADX version ${JADX_VERSION}..."
|
||||
curl -Lo jadx.zip "https://github.com/skylot/jadx/releases/download/v${JADX_VERSION}/jadx-${JADX_VERSION}.zip"
|
||||
unzip -q jadx.zip -d jadx-dist
|
||||
chmod +x jadx-dist/bin/jadx
|
||||
echo "$(pwd)/jadx-dist/bin" >> $GITHUB_PATH
|
||||
rm jadx.zip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user