mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
update workflow
This commit is contained in:
@@ -38,16 +38,9 @@ jobs:
|
||||
# Unzip the archive
|
||||
unzip -q jadx.zip -d jadx-dist
|
||||
|
||||
# Debug
|
||||
echo "PATH is: $PATH"
|
||||
ls -l $(pwd)/jadx-dist/
|
||||
ls -l $(pwd)/jadx-dist/*/bin
|
||||
$(pwd)/jadx-dist/jadx-*/bin/jadx --version
|
||||
chmod +x $(pwd)/jadx-dist/jadx-${JADX_VERSION}/bin/jadx
|
||||
|
||||
# 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
|
||||
echo "$(pwd)/jadx-dist/bin" >> $GITHUB_PATH
|
||||
|
||||
# Verify that JADX was installed correctly
|
||||
- name: Verify JADX installation
|
||||
|
||||
Reference in New Issue
Block a user