dennisvang / tufup-example

Example of a self-updating application using tufup.
MIT License
13 stars 8 forks source link

add github workflow to test update cycle #20

Closed dennisvang closed 10 months ago

dennisvang commented 10 months ago

Added a GitHub Actions workflow that performs a full update cycle by automating all the steps described in the readme for the repo-side and client-side.

Note this test is Windows-specific, for now. We should make it work with macOS as well.

fixes #11

dennisvang commented 10 months ago

yeah... obviously need to get me a windows box to test powershell commands locally

its-monotype commented 10 months ago

yeah... obviously need to get me a windows box to test powershell commands locally

as an alternative you can use shell: bash to use git-bash inside windows