diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77a3443..6d44556 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,3 +20,14 @@ jobs: with: name: NickelClock path: KoboRoot.tgz + + - name: Zip KoboRoot + run: zip NickelClock.zip KoboRoot.tgz + + - name: Create Release + uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') + with: + files: NickelClock.zip + draft: true + fail_on_unmatched_files: true diff --git a/README.md b/README.md index ec0d68c..5a760ce 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ and [NanoClock](https://github.com/NiLuJe/NanoClock). ## Install NickelClock -1. Download the `KoboRoot.tgz` file from the latest release. +1. Download the `NickelClock.zip` file from the [latest](https://github.com/shermp/NickelClock/releases/latest) + release. Extract the `KoboRoot.tgz` file from the downloaded file + (note: Mac OS X may extract this by default on download). 2. Copy `KoboRoot.tgz` to the `.kobo` directory on your Kobo, and disconnect it from your computer. The Kobo will reboot automatically.