mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
update workflow
This commit is contained in:
@@ -42,13 +42,18 @@ jobs:
|
||||
# This makes the 'jadx' command available in subsequent steps
|
||||
echo "$(pwd)/jadx-dist/bin" >> $GITHUB_PATH
|
||||
|
||||
# Clean up the downloaded zip file
|
||||
rm jadx.zip
|
||||
|
||||
# Verify that JADX was installed correctly
|
||||
- name: Verify JADX installation
|
||||
run: jadx --version
|
||||
|
||||
# Verify that JADX was installed correctly
|
||||
- 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
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/node_modules
|
||||
.DS_Store
|
||||
/jadx-dist
|
||||
/jadx.zip
|
||||
/crunchyroll
|
||||
crunchyroll.apk
|
||||
crunchyroll.xapk
|
||||
|
||||
Reference in New Issue
Block a user