Merge pull request #769 from Loup-Garou911XD/main

Added changelog to release body
This commit is contained in:
Eric Froemling 2025-01-16 12:33:48 -08:00 committed by GitHub
commit 228ca4d890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
allowUpdates: true
artifacts: linux_x86_64_gui_debug.tar
@ -45,6 +46,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
allowUpdates: true
artifacts: linux_x86_64_server_debug.tar
@ -65,6 +67,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : https://github.com/${{ github.repository }}/CHANGELOG.md
allowUpdates: true
artifacts: linux_arm64_gui_debug.tar
@ -85,6 +88,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
allowUpdates: true
artifacts: linux_arm64_server_debug.tar
@ -105,6 +109,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
allowUpdates: true
artifacts: mac_x86_64_gui_debug.tar
@ -125,6 +130,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
allowUpdates: true
artifacts: mac_x86_64_server_debug.tar
@ -145,6 +151,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
allowUpdates: true
artifacts: mac_arm64_gui_debug.tar
@ -165,6 +172,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
allowUpdates: true
artifacts: mac_arm64_server_debug.tar
@ -185,6 +193,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
allowUpdates: true
artifacts: windows_x86_gui_debug.tar
@ -205,6 +214,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
allowUpdates: true
artifacts: windows_x86_server_debug.tar
@ -227,6 +237,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
allowUpdates: true
artifacts: build/docker/bombsquad_docker_gui.tar.zip
@ -249,6 +260,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
allowUpdates: true
artifacts: build/docker/bombsquad_docker_server.tar.zip
@ -269,5 +281,6 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
allowUpdates: true
artifacts: sphinx_html_docs.tar