mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
fix 2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user