From b121cba41ac862274a2935b20bab2c1c31b433bb Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Wed, 4 May 2022 08:07:28 +0200 Subject: [PATCH] publish also mac release --- .github/workflows/build.yml | 1 + README.md | 2 +- docs/index.md | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43fd5d52..9c89b0ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -344,6 +344,7 @@ jobs: files: | **/artifacts/Gittyup win64/Gittyup*.exe **/artifacts/Gittyup win32/Gittyup*.exe + **/artifacts/Gittyup mac/Gittyup*.dmg **/artifacts/Gittyup Flatpak/com.github.Murmele.Gittyup.yml **/Gittyup-x86_64/*.flatpak diff --git a/README.md b/README.md index 00facc05..7cda756c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Gittyup ================================== Gittyup is a graphical Git client designed to help you understand and manage your source code history. The [pre-release](https://github.com/Murmele/Gittyup/releases) -is available either as pre-built [flatpak for Linux](https://github.com/Murmele/Gittyup/releases/download/latest/Gittyup.flatpak), [32](https://github.com/Murmele/Gittyup/releases/download/latest/Gittyup-win32-1.1.0-dev.exe) / [64](https://github.com/Murmele/Gittyup/releases/download/latest/Gittyup-win64-1.1.0-dev.exe) binary for Windows, +is available either as pre-built [flatpak for Linux](https://github.com/Murmele/Gittyup/releases/download/latest/Gittyup.flatpak), [32](https://github.com/Murmele/Gittyup/releases/download/latest/Gittyup-win32-1.1.0-dev.exe) / [64](https://github.com/Murmele/Gittyup/releases/download/latest/Gittyup-win64-1.1.0-dev.exe) binary for Windows, [macOS X](https://github.com/Murmele/Gittyup/releases/download/latest/Gittyup-1.1.0-dev.dmg), or, can be built from source by following the directions [below](https://github.com/Murmele/Gittyup#how-to-build). Gittyup is a continuation of the [GitAhead](https://github.com/gitahead/gitahead) client. diff --git a/docs/index.md b/docs/index.md index dc12a0cc..69b38b25 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,7 +9,8 @@ The release version is available for The [development version](https://github.com/Murmele/Gittyup/releases) is available either as pre-built for - [flatpak for Linux](https://github.com/Murmele/Gittyup/releases/download/latest/Gittyup.flatpak), -- [32](https://github.com/Murmele/Gittyup/releases/download/latest/Gittyup-win32-1.1.0-dev.exe) / [64](https://github.com/Murmele/Gittyup/releases/download/latest/Gittyup-win64-1.1.0-dev.exe) binary for Windows +- [32](https://github.com/Murmele/Gittyup/releases/download/latest/Gittyup-win32-1.1.0-dev.exe) / [64](https://github.com/Murmele/Gittyup/releases/download/latest/Gittyup-win64-1.1.0-dev.exe) binary for Windows, +- [macOS X](https://github.com/Murmele/Gittyup/releases/download/latest/Gittyup-1.1.0-dev.dmg) or, can be built from source by following the directions in the [Gittyup Repository](https://github.com/Murmele/Gittyup#how-to-build).