0 is update ; 1 is uninstall

This commit is contained in:
Christian Clauss 2023-07-19 16:23:12 +02:00 committed by GitHub
parent 2da84e1a9f
commit 71a599fea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,8 @@ jobs:
matrix:
commands:
# Enter hackingtool starting from the main menu with \n as the delimiter.
- "17" # Install, run, uninstall
- "17\n0" # Install, run, update
- "17\n1" # Install, run, uninstall
- "99" # Install, run, quit
steps:
- uses: actions/checkout@v3