Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Loup-Garou911XD committed Dec 22, 2024
1 parent deea402 commit 3cf7f2e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

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

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

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

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

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

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

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

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

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

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

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

0 comments on commit 3cf7f2e

Please sign in to comment.