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
|
# 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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user