mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-03-12 05:09:12 +00:00
replace Install Task step with go-task action.
This commit is contained in:
parent
270bda2dc1
commit
b219511ef8
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -28,11 +28,9 @@ jobs:
|
|||||||
virtualenvs-in-project: true
|
virtualenvs-in-project: true
|
||||||
|
|
||||||
- name: Install Task
|
- name: Install Task
|
||||||
run: |
|
uses: go-task/setup-task@v1
|
||||||
Invoke-WebRequest -OutFile go-task.zip -Uri "https://github.com/go-task/task/releases/latest/download/task_windows_amd64.zip"
|
with:
|
||||||
Expand-Archive -Path go-task.zip -DestinationPath .
|
version: 3.x
|
||||||
Move-Item task.exe C:\Windows\System32\
|
|
||||||
shell: pwsh
|
|
||||||
|
|
||||||
- name: Download Forest TTK Theme
|
- name: Download Forest TTK Theme
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user