diff options
-rw-r--r-- | .github/workflows/release-win.yml | 1 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/release-win.yml b/.github/workflows/release-win.yml index 570a7c8..23d1dc5 100644 --- a/.github/workflows/release-win.yml +++ b/.github/workflows/release-win.yml @@ -22,5 +22,6 @@ jobs: - name: Release Windows Binary uses: softprops/action-gh-release@v1 with: + body: Standalone Windows Binary files: ./dist/epy-win.exe token: ${{ secrets.GITHUB_TOKEN }} @@ -42,6 +42,9 @@ This is just a fork of [epr](https://github.com/wustho/epr) with these extra fea $ yay -S epy-git ``` +- Windows Binary + Standalone binary for Windows is available at [release page](https://github.com/wustho/epy/releases). + ## Reading Tips Using Epy When reading using `epy` you might occasionally find triple asteriks `***`. |