Skip to content

alterNERDtive/setup-voiceattack-action

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

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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