mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
update workflow
This commit is contained in:
@@ -30,6 +30,7 @@ jobs:
|
||||
- name: Install JADX
|
||||
run: |
|
||||
JADX_VERSION=$(curl -s "https://api.github.com/repos/skylot/jadx/releases/latest" | grep -Po '"tag_name": "v\K[0-9.]+')
|
||||
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
|
||||
echo "$(pwd)/jadx-dist/bin" >> $GITHUB_PATH
|
||||
|
||||
Reference in New Issue
Block a user