diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfdd9096b..cf0f7637e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: - bodyFile : CHANGELOG.md + body : https://github.com/${{ github.repository }}/CHANGELOG.md allowUpdates: true artifacts: linux_x86_64_gui_debug.tar @@ -46,7 +46,6 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: - bodyFile : CHANGELOG.md allowUpdates: true artifacts: linux_x86_64_server_debug.tar @@ -67,7 +66,6 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: - bodyFile : CHANGELOG.md allowUpdates: true artifacts: linux_arm64_gui_debug.tar @@ -88,7 +86,6 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: - bodyFile : CHANGELOG.md allowUpdates: true artifacts: linux_arm64_server_debug.tar @@ -109,7 +106,6 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: - bodyFile : CHANGELOG.md allowUpdates: true artifacts: mac_x86_64_gui_debug.tar @@ -130,7 +126,6 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: - bodyFile : CHANGELOG.md allowUpdates: true artifacts: mac_x86_64_server_debug.tar @@ -151,7 +146,6 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: - bodyFile : CHANGELOG.md allowUpdates: true artifacts: mac_arm64_gui_debug.tar @@ -172,7 +166,6 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: - bodyFile : CHANGELOG.md allowUpdates: true artifacts: mac_arm64_server_debug.tar @@ -193,7 +186,6 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: - bodyFile : CHANGELOG.md allowUpdates: true artifacts: windows_x86_gui_debug.tar @@ -214,7 +206,6 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: - bodyFile : CHANGELOG.md allowUpdates: true artifacts: windows_x86_server_debug.tar @@ -237,7 +228,6 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: - bodyFile : CHANGELOG.md allowUpdates: true artifacts: build/docker/bombsquad_docker_gui.tar.zip @@ -260,7 +250,6 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: - bodyFile : CHANGELOG.md allowUpdates: true artifacts: build/docker/bombsquad_docker_server.tar.zip @@ -281,6 +270,5 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: - bodyFile : CHANGELOG.md allowUpdates: true artifacts: sphinx_html_docs.tar \ No newline at end of file