We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10943c9 commit dba3445Copy full SHA for dba3445
.github/workflows/release.yml
@@ -17,9 +17,11 @@ jobs:
17
- name: Download go-msi
18
run: aria2c https://github.com/mh-cbon/go-msi/releases/download/1.0.2/go-msi-amd64.msi
19
- name: install go-msi
20
- run: Start-Process msiexec -ArgumentList "/i go-msi-amd64.msi /qn /L*v msi.log" -NoNewWindow -Wait
21
- - name: show log
22
- run: cat -Path msi.log
+ run: choco install go-msi
+ #run: Start-Process msiexec -ArgumentList "/i go-msi-amd64.msi /qn /L*v msi.log" -NoNewWindow -Wait
+ #Show log commented cause it was too verbose, uncomment in case of errs
23
+ #- name: show log
24
+ #run: cat -Path msi.log
25
- uses: actions/checkout@v3
26
with:
27
fetch-depth: 0
0 commit comments