Skip to content
play

GitHub Action

Setup VoiceAttack

v1 Latest version

Setup VoiceAttack

play

Setup VoiceAttack

Setup VoiceAttack for referencing in .Net projects

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup VoiceAttack

uses: alterNERDtive/setup-voiceattack-action@v1

Learn more about this action in alterNERDtive/setup-voiceattack-action

Choose a version

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