From fd28d09741af21da3e55fb16e30c46eea84a71c5 Mon Sep 17 00:00:00 2001 From: stancemkiv <141829267+stancemkiv@users.noreply.github.com> Date: Wed, 9 Aug 2023 17:44:07 +0530 Subject: [PATCH] ozip-decrypt.yml --- .github/workflows/auto-ozip-decrypt.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-ozip-decrypt.yml b/.github/workflows/auto-ozip-decrypt.yml index 7dc3bf3..619bdd9 100644 --- a/.github/workflows/auto-ozip-decrypt.yml +++ b/.github/workflows/auto-ozip-decrypt.yml @@ -14,9 +14,9 @@ on: types: [started] env: - FIRMWARE_LINK: https://download.c.realme.com/flash/Rollbackpack/realme_narzo%2020/RMX2191_11_OTA_0190_all_nksxIPHHdisT.ozip #edit link here... - FIRMWARE_NAME: RMX2191_11_OTA_0190_all_nksxIPHHdisT.ozip #edit file name here, you can find the name of file from link itself... - FINAL_ZIP_NAME: THE_NAME_OF_ZIP_YOU_WANT.zip #This will be the name of final zip which will be uploaded. You can leave it unchanged. + FIRMWARE_LINK: https://download.c.realme.com/osupdate/RMX2061_11_OTA_0510_all_sIlsTYh8m5d7.ozip #edit link here... + FIRMWARE_NAME: RMX2061_11_OTA_0510_all_sIlsTYh8m5d7.ozip #edit file name here, you can find the name of file from link itself... + FINAL_ZIP_NAME: RMX2061_11_OTA_0510_all_sIlsTYh8m5d7.zip #This will be the name of final zip which will be uploaded. You can leave it unchanged. TZ: Asia/Kolkata jobs: