diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b9c2f28..add1b484 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,7 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + allowUpdates: true artifacts: build/prefab/full/linux_x86_64_gui/* - name: Make the build @@ -34,4 +35,5 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + allowUpdates: true artifacts: linux_x86_64_server(debug).tar \ No newline at end of file