Skip to content

Commit

Permalink
Remove changelog from release
Browse files Browse the repository at this point in the history
  • Loading branch information
demccormack committed Nov 6, 2023
1 parent e10565d commit c510707
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 4 additions & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 4 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c510707

Please sign in to comment.