zyedidia / eget

Easily install prebuilt binaries from GitHub.
MIT License
866 stars 39 forks source link

Support Github Action #104

Open azzamsa opened 2 months ago

azzamsa commented 2 months ago

Hi, 👋🏽

Any plan to support GitHub action? Something like jaxxstorm/action-install-gh-release: GitHub Action to install the Github Release binaries.

# ...
steps:
  - name: Install typst
    uses: zyedidia/eget-action@v1
    with: 
      repo: typst/typst
      to: ~/.local/bin