update workflow

This commit is contained in:
Vitaly Gashkov
2025-09-01 12:38:24 +05:00
parent f2db789e75
commit 2ac5d94eb8
2 changed files with 7 additions and 1 deletions
+6 -1
View File
@@ -42,13 +42,18 @@ jobs:
# This makes the 'jadx' command available in subsequent steps # This makes the 'jadx' command available in subsequent steps
echo "$(pwd)/jadx-dist/bin" >> $GITHUB_PATH echo "$(pwd)/jadx-dist/bin" >> $GITHUB_PATH
# Clean up the downloaded zip file
rm jadx.zip
# Verify that JADX was installed correctly # Verify that JADX was installed correctly
- name: Verify JADX installation - name: Verify JADX installation
run: jadx --version run: jadx --version
# Verify that JADX was installed correctly # Verify that JADX was installed correctly
- name: Extract app credentials - name: Extract app credentials
run: node . --target mobile --output ./credentials.mobile.json && node . --target tv --output ./credentials.tv.json run: |
npm install
node . --target mobile --output ./credentials.mobile.json && node . --target tv --output ./credentials.tv.json
# Commit all changed files back to the repository # Commit all changed files back to the repository
- uses: stefanzweifel/git-auto-commit-action@v5 - uses: stefanzweifel/git-auto-commit-action@v5
+1
View File
@@ -1,6 +1,7 @@
/node_modules /node_modules
.DS_Store .DS_Store
/jadx-dist /jadx-dist
/jadx.zip
/crunchyroll /crunchyroll
crunchyroll.apk crunchyroll.apk
crunchyroll.xapk crunchyroll.xapk