You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After extract `rarreg_file.zip`, you will get `rarreg.key`, just drag and drop it into WinRAR. You can also compress `rarreg.key` into `rarkey.rar` and double-click it to run it, and the license import will take place automatically.
107
+
108
+
If you get an invalid key, please check [the specific solution](#7-invalid-key).
109
+
98
110
</details>
99
111
100
112
## 5. Use Github Actions with Push
@@ -114,7 +126,15 @@ Using push for key generation is very simple and convenient, but when there are
114
126
115
127
If you've forked before and I've committed new code, but you don't know how to merge the new content into your repository, then you can delete the current fork and fork again.
116
128
117
-
### 5.2 Modify info.json
129
+
### 5.2 Allow Fork repo to run Workflows
130
+
131
+
Go back to the repo you just forked and click **Actions** to allow Workflows to run in your forked repo.
Open your forked repository, and go to `keygen/info.json` and click on the edit button to edit the file.
120
140
@@ -144,13 +164,7 @@ It is important to note that `test1` and `test2` are **ANSI-encoded string, spac
144
164
145
165
Once you have finished making changes, click the **Commit changes** button and Github Actions will start automatically.
146
166
147
-
If Github Actions does not start automatically, you will need to click on the Actions page to **allow this workflows to run**, then modify and commit `keygen/info.json` again.
0 commit comments