diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 2ef201f..a561410 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -14,9 +14,9 @@ jobs: steps: - name: Install VoiceAttack - run: | - curl.exe -o VoiceAttackSetup.exe https://voiceattack.com/FileSend.aspx?id=VoiceAttackInstaller64.exe - .\VoiceAttackSetup /sp- /verysilent /suppressmsgboxes /norestart /nocloseapplications /norestartapplications /noicons + uses: alterNERDtive/setup-voiceattack-action@develop + with: + version: "1.10" - name: Checkout source code uses: actions/checkout@v2 diff --git a/.github/workflows/push-test.yaml b/.github/workflows/push-test.yaml index 0fb8af3..2a87915 100644 --- a/.github/workflows/push-test.yaml +++ b/.github/workflows/push-test.yaml @@ -12,9 +12,9 @@ jobs: steps: - name: Install VoiceAttack - run: | - curl.exe -o VoiceAttackSetup.exe https://voiceattack.com/FileSend.aspx?id=VoiceAttackInstaller64.exe - .\VoiceAttackSetup /sp- /verysilent /suppressmsgboxes /norestart /nocloseapplications /norestartapplications /noicons + uses: alterNERDtive/setup-voiceattack-action@develop + with: + version: "1.10" - name: Checkout source code uses: actions/checkout@v2