Skip to content

UnownPlain/install-komac

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install komac Action License

Cross-platform action to install komac.

Example Usage

- 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 }}

Options

  • 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_TOKEN present in runner.

Supported Runners

  • windows-2025
  • windows-11-arm
  • ubuntu-24.04
  • ubuntu-24.04-arm
  • macos-26
  • macos-15-intel

Note

Other runner images will likely work, but aren't tested.

About

Cross-platform action to install komac

Resources

License

Stars

Watchers

Forks

Languages