Skip to content

Commit

Permalink
Add uninstall to CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstevenson committed May 27, 2022
1 parent 95a6022 commit 7e2f941
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,15 @@ jobs:
run: builds\output\UpdaterSetup.exe /VERYSILENT /SUPPRESSMSGBOXES /LOG=C:\setup.txt
shell: cmd

- name: Run Uninstall
run: unins000.exe /VERYSILENT /SUPPRESSMSGBOXES /LOG=C:\uninstall.txt
shell: cmd
working-directory: "C:/Program Files/Updater"

- name : Upload logs
uses: actions/upload-artifact@v3
with:
path: |
C:\updater.txt
C:\setup.txt
C:\uninstall.txt

0 comments on commit 7e2f941

Please sign in to comment.