Skip to content

Commit b0c2569

Browse files
committed
Add unblock steps to release install
1 parent c6ec15d commit b0c2569

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build-and-release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches: [ main ]
66
paths-ignore:
77
- 'README.md'
8+
- 'docs/**'
89
pull_request:
910
branches: [ main ]
1011
paths-ignore:
1112
- 'README.md'
13+
- 'docs/**'
1214

1315
jobs:
1416
build:

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ For the background to this repo, see [this blog post](https://stuartleeks.com/po
1616

1717
Download the ZIP file for a [prebuilt release](https://github.com/stuartleeks/wsl-clock/releases/latest) and unzip to a local folder.
1818

19+
After unzipping, unblock each to the `.ps1` and `.exe` files by right-clicking, selecting 'Properties', ticking 'Unblock' and clicking 'OK':
20+
21+
![](docs/unblock.png)
22+
1923
To set up the scheduled task, run `add-wslclocktask.ps1` in the content you just unzipped. This will set up a scheduled task triggered on Hibernation Resume events to run the `wsl-clock.exe` to check for clock drift on resuming from hibernation.
2024

2125
## Cleanup

docs/unblock.png

38.5 KB
Loading

0 commit comments

Comments
 (0)