Skip to content

Commit

Permalink
aee
Browse files Browse the repository at this point in the history
  • Loading branch information
Loup-Garou911XD committed Dec 22, 2024
1 parent 3cf7f2e commit 1122fb3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : https://github.com/${{ github.repository }}/CHANGELOG.md
allowUpdates: true
artifacts: linux_x86_64_server_debug.tar

Expand All @@ -66,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

Expand All @@ -86,6 +88,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_server_debug.tar

Expand All @@ -106,6 +109,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : https://github.com/${{ github.repository }}/CHANGELOG.md
allowUpdates: true
artifacts: mac_x86_64_gui_debug.tar

Expand All @@ -126,6 +130,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : https://github.com/${{ github.repository }}/CHANGELOG.md
allowUpdates: true
artifacts: mac_x86_64_server_debug.tar

Expand All @@ -146,6 +151,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : https://github.com/${{ github.repository }}/CHANGELOG.md
allowUpdates: true
artifacts: mac_arm64_gui_debug.tar

Expand All @@ -166,6 +172,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : https://github.com/${{ github.repository }}/CHANGELOG.md
allowUpdates: true
artifacts: mac_arm64_server_debug.tar

Expand All @@ -186,6 +193,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : https://github.com/${{ github.repository }}/CHANGELOG.md
allowUpdates: true
artifacts: windows_x86_gui_debug.tar

Expand All @@ -206,6 +214,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : https://github.com/${{ github.repository }}/CHANGELOG.md
allowUpdates: true
artifacts: windows_x86_server_debug.tar

Expand All @@ -228,6 +237,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : https://github.com/${{ github.repository }}/CHANGELOG.md
allowUpdates: true
artifacts: build/docker/bombsquad_docker_gui.tar.zip

Expand All @@ -250,6 +260,7 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : https://github.com/${{ github.repository }}/CHANGELOG.md
allowUpdates: true
artifacts: build/docker/bombsquad_docker_server.tar.zip

Expand All @@ -270,5 +281,6 @@ jobs:
- name: Upload the build
uses: ncipollo/release-action@v1
with:
body : https://github.com/${{ github.repository }}/CHANGELOG.md
allowUpdates: true
artifacts: sphinx_html_docs.tar

0 comments on commit 1122fb3

Please sign in to comment.