Skip to content

Commit

Permalink
Prepare for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
shermp committed Jun 27, 2022
1 parent 9bebe4e commit 43ea108
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 43ea108

Please sign in to comment.