Skip to content

Commit

Permalink
Update dump.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atharvnegi authored May 11, 2024
1 parent 5d20008 commit bab9ead
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
shell: bash

env:
ROM_URL: https://rms01.realme.net/sw/RMX3842export_11_14.0.0.805EX01_2024032903400000.zip
ROM_URL: https://01-samfw.cloud/v2/IxJCDiMnLgE1LEEdFwgxPw82HxYSMR4lFzssIDs2ByAzMUEgOzEUQDMQMCMBOyw/PBEuNhIWHh8uMQcjNBYsLTwDKQMhOEEkLycwCy8wNB07Ox4kIzYsQDILQSc8ER4HMgsvAQ8EMC8XLx5BHiwgNjssHi0BAywrOwMIHTQnBzY1OxUfEjE8MQEbBkIeCzwGHgM8FCMkNDEjCxVACTghHzInDQYuFx8rIwAvJCFAMxE8EQY5NRshDjURPho0ES8kNRYhOR44LwsJEQc5NBsjKyEAPg4hAAYsLjgeLDQRHg4yJTMsMiUNKzwAPh8mGzk5FyUzDTUHQQEuByADISxBIwMnOUANQAokMzYCICMXPjkDFzA1CS8pDTsxHhwzQAZCOzEHHjMsNCsNMT4eODAeHgk7Oz8jJCEEODEsATswPgcjCyMADSwpPDskLwgXCCMGOAAhKTw/FD01OCBCJhszMSEnFAQvCD4GFyUpMw0RLgUuJSAtLjYaFDsIHyUDOCwjOxcuKTwsAgsjOAZCIwM0Bh4DDTEeJDQdHg0TEw==

jobs:
build:
Expand All @@ -26,10 +26,10 @@ jobs:

- name: Clone Dumpyara
run: |
git clone https://github.com/AndroidDumpsCI/firmware_dumper
https://github.com/DumprX/DumprX
- name: Setup Dumpyara environment
working-directory: firmware_dumper
working-directory: dumprx
run: |
sudo bash setup.sh
git config --global user.name "atharvnegi"
Expand All @@ -46,4 +46,4 @@ jobs:
- name: Running Dumpyara
working-directory: firmware_dumper
run: |
./dump.sh "$ROM_URL"
./dumper.sh "$ROM_URL"

0 comments on commit bab9ead

Please sign in to comment.