diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index ff7a7aa..2e3a302 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -43,4 +43,7 @@ jobs: asset_name: weatherdl-for-macos.zip tag: ${{ github.ref }} overwrite: true - body: "" + body: | + [Download for Windows](https://github.com/demccormack/weatherdl/releases/download/${{ github.ref }}/weatherdl-for-windows.zip) + [Download for MacOS](https://github.com/demccormack/weatherdl/releases/download/${{ github.ref }}/weatherdl-for-macos.zip) + [Download for Ubuntu](https://github.com/demccormack/weatherdl/releases/download/${{ github.ref }}/weatherdl-for-ubuntu.zip) diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml index 9a164aa..4db3f71 100644 --- a/.github/workflows/build-ubuntu.yml +++ b/.github/workflows/build-ubuntu.yml @@ -47,4 +47,7 @@ jobs: asset_name: weatherdl-for-ubuntu.zip tag: ${{ github.ref }} overwrite: true - body: "" + body: | + [Download for Windows](https://github.com/demccormack/weatherdl/releases/download/${{ github.ref }}/weatherdl-for-windows.zip) + [Download for MacOS](https://github.com/demccormack/weatherdl/releases/download/${{ github.ref }}/weatherdl-for-macos.zip) + [Download for Ubuntu](https://github.com/demccormack/weatherdl/releases/download/${{ github.ref }}/weatherdl-for-ubuntu.zip) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 0150d7d..4483d72 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -61,4 +61,7 @@ jobs: asset_name: weatherdl-for-windows.zip tag: ${{ github.ref }} overwrite: true - body: "" + body: | + [Download for Windows](https://github.com/demccormack/weatherdl/releases/download/${{ github.ref }}/weatherdl-for-windows.zip) + [Download for MacOS](https://github.com/demccormack/weatherdl/releases/download/${{ github.ref }}/weatherdl-for-macos.zip) + [Download for Ubuntu](https://github.com/demccormack/weatherdl/releases/download/${{ github.ref }}/weatherdl-for-ubuntu.zip)