Setup VoiceAttack for referencing in .Net projects
Go to file
2022-07-11 22:15:13 +02:00
.github added FUNDING.yml and release workflow 2022-07-10 19:32:51 +02:00
action.yaml finally wrestled yaml into submission 2022-07-11 22:10:57 +02:00
CHANGELOG.md v1 2022-07-11 22:15:13 +02:00
LICENSE initial commit 2022-07-09 22:16:16 +02:00
README.md v1 2022-07-11 22:15:13 +02:00

Setup VoiceAttack

Setup VoiceAttack for referencing in .Net Projects.

Downloads the VoiceAttack installer from the official website and installs it on the worker. The installation folder is cached for future runs to increase performance and minimize traffic caused for the VoiceAttack download site.

Usage

Inputs

  • path: Installation path. Default: "C:\\Program Files\\VoiceAttack"
  • beta: Whether or not to download the beta installer for VoiceAttack. Do note that a beta is not always available. Default: false.
  • version: While this is not actually a VoiceAttack version to download (only the latest version is available), it is recommended to set this to the current VoiceAttack version. Changing this value will invalidate the cache and force a re-download. Default: 0.

Example

- name: Install VoiceAttack
  uses: alterNERDtive/setup-voiceattack-action@v1
  with:
    version: "1.10"

GitHub Sponsors ko-fi