From f1e6d930a3a4d33c9db2befad8749413447cb0c8 Mon Sep 17 00:00:00 2001 From: MCDeltaT <68516357+MustardChef@users.noreply.github.com> Date: Wed, 1 Mar 2023 17:27:47 +0000 Subject: [PATCH 1/2] Improve Github Actions Guide --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73ff58c..70e0b0e 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,14 @@ ![image](https://user-images.githubusercontent.com/68516357/221643582-72d71f68-8f53-48d9-a940-692a54d42098.png) --- -#### **3. Go to the **Action** tab in your newly imported repo** +#### **3. Go to the **Setting** tab in your newly imported repo and enable "Github Actions"** + +![Settings](https://user-images.githubusercontent.com/68516357/222214308-b52b1c6f-a60b-44ef-9ce0-bc335087e3a2.png) +![MRq9WD3SO2](https://user-images.githubusercontent.com/68516357/222215598-30d68ad3-9700-4061-bba4-815b3befcb10.png) + + +--- +#### **5. Now, Go to the **Action** tab** ![Action Tab](https://docs.github.com/assets/images/help/repository/actions-tab.png) From d53c31e614bed84b3940d7a76c621b561fb7b49d Mon Sep 17 00:00:00 2001 From: MCDeltaT <68516357+MustardChef@users.noreply.github.com> Date: Wed, 1 Mar 2023 18:06:35 +0000 Subject: [PATCH 2/2] Update Images --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 70e0b0e..19b846f 100644 --- a/README.md +++ b/README.md @@ -67,35 +67,38 @@ --- #### **5. Now, Go to the **Action** tab** -![Action Tab](https://docs.github.com/assets/images/help/repository/actions-tab.png) +![CvYhP0B0CI](https://user-images.githubusercontent.com/68516357/222221960-f48ab9c3-eb77-4cb0-b932-5cd343381048.png) + --- #### **4. In the left sidebar, click the **Custom Build** workflow.** -![Workflow](https://docs.github.com/assets/images/help/repository/actions-select-workflow-2022.png) +![image](https://user-images.githubusercontent.com/68516357/222221307-8a4571d2-ac3e-410b-b999-0eb62b14d8d5.png) --- #### **5. Above the list of workflow runs, select **Run workflow**** -![Run Workflow](https://docs.github.com/assets/images/actions-workflow-dispatch.png) +![image](https://user-images.githubusercontent.com/68516357/222222850-f991890c-5a80-4cc2-b83d-0ef35c24a79e.png) --- #### **6. Select your desired options such as ***Magisk Version***, ***WSA Release Channel + WSA Archetecture*** , ***GApps Varient*** and ***Compression Format*** then click **Run workflow**** -![Run Workflow](https://docs.github.com/assets/images/actions-manually-run-workflow.png) +![image](https://user-images.githubusercontent.com/68516357/222224185-abcfa0cf-c8c6-46e3-bc38-871c968b86f2.png) --- #### **7. Wait for the action to complete and download the artifact** **DO NOT download it via multithread downloaders like IDM** -![Download](https://docs.github.com/assets/images/help/repository/artifact-drop-down-updated.png) +![image](https://user-images.githubusercontent.com/68516357/222224469-5748b78a-158e-46ff-9f65-317dbb519aac.png) + +--- +#### **8. Install like normal using the instructions in this repository** and most important of all.... -#### **8. Install like normal using the instructions in this repository**
-### **Enjoy** +### **Enjoy!**