Cross-platform action to install komac.
- name: Install komac
uses: UnownPlain/install-komac@main
# with:
# version: nightly
- name: Update Package
run: komac update foo.bar -v ${{ github.event.release.tag_name }} -u https://example.com/downloads/${{ github.event.release.tag_name }}/installer.msix
env:
GITHUB_TOKEN: ${{ secrets.WINGET_TOKEN }}version: komac version to install. Supports any version 2.3.0+ or nightly.- Required: ❌ Installs latest stable version by default.
- Example:
version: 2.13.0,version: nightly
github_token: GitHub token for API rate limit.- Required: ❌ Uses the default
GITHUB_TOKENpresent in runner.
- Required: ❌ Uses the default
windows-2025windows-11-armubuntu-24.04ubuntu-24.04-armubuntu-slimmacos-26macos-15-intel
Note
Other runner images will likely work, but aren't tested.