diff options
| author | rejbasket <39080670+rejbasket@users.noreply.github.com> | 2022-02-28 16:30:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-28 16:30:40 +0100 |
| commit | f2208a88fe4bb4bae20a1f821dd175880c2905d5 (patch) | |
| tree | 85544d2d14a04d34cd7a8e98f0261ee877ca8caf /.github | |
| parent | bd43e007753c1e5baf1f8b191944378beb68c6ec (diff) | |
installer updates (#1565)
* * build zip versions for macOS and windows
* set application version macOS and Windows
* automatically uninstall previous version in Windows
* add zip to upload
Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df568366..e9a0018a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -246,3 +246,4 @@ jobs: artifacts/*.rpm artifacts/*.tar.xz artifacts/*.sh + artifacts/*.zip |
