diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index fab8642..5a135a5 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -5,10 +5,12 @@ on: branches: [ main ] paths-ignore: - 'README.md' + - 'docs/**' pull_request: branches: [ main ] paths-ignore: - 'README.md' + - 'docs/**' jobs: build: diff --git a/README.md b/README.md index 6301ca7..81ba65c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ For the background to this repo, see [this blog post](https://stuartleeks.com/po Download the ZIP file for a [prebuilt release](https://github.com/stuartleeks/wsl-clock/releases/latest) and unzip to a local folder. +After unzipping, unblock each to the `.ps1` and `.exe` files by right-clicking, selecting 'Properties', ticking 'Unblock' and clicking 'OK': + +![](docs/unblock.png) + 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. ## Cleanup diff --git a/docs/unblock.png b/docs/unblock.png new file mode 100644 index 0000000..b64311e Binary files /dev/null and b/docs/unblock.png differ