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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This's the guide for applying patch mannually. There'll be a repo guiding you tr
36
36
- Fork this repo.
37
37
- Go to actions tab, Select `Latest Version - Workflow Dispatch` workflow.
38
38
- Trigger it with `workflow diaptch`
39
-
- After a successful trigger download artifact that named like `Fiddler-Everywhere-VX.X.X-Patched-Maual-Dispatched`
39
+
- After a successful trigger download artifact that named like `Fiddler-Everywhere-VX.X.X-Patched`
40
40
- Extract it. Run it
41
41
42
42
**Here how you do it...*
@@ -54,7 +54,7 @@ This's the guide for applying patch mannually. There'll be a repo guiding you tr
54
54
- Fork this repo
55
55
- Go to actions tab, Select `Custom Version - Workflow Dispatch` workflow.
56
56
- Trigger it with `workflow diaptch` providing the version you want to patch
57
-
- After a successful trigger download artifact that named like `Fiddler-Everywhere-VX.X.X-Patched-Maual-Dispatched`
57
+
- After a successful trigger download artifact that named like `Fiddler-Everywhere-VX.X.X-Patched`
58
58
- Extract it. Run it
59
59
60
60
> [!WARNING]
@@ -76,7 +76,7 @@ This's the guide for applying patch mannually. There'll be a repo guiding you tr
76
76
- The continuous patch patch newer versions than the version named in `LATEST_PATCHED_VERSION` and ***Currently you need to manually update this repository vairiable after patching a new version with this or else it'll keep patching the same version everyday!***
77
77
- The action workflows triggers 1t 00:00 UTC everyday, and if it found a new version, the artifact will be uploaded.
78
78
> Causion: The action won't upload patched app as release for now. So you've to manually check if a new version is patched (everyday) by refering artifact section of the runned actions.
79
-
- If Telerik has uploaded a new version, if it's patched in a continuous trigger, download the artifact named like `Fiddler-Everywhere-VX.X.X-Patched-Maual-Dispatched`
79
+
- If Telerik has uploaded a new version, if it's patched in a continuous trigger, download the artifact named like `Fiddler-Everywhere-VX.X.X-Patched`
0 commit comments