From f8a704d193532a8ea4dcec33f0b154be31f8b24c Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD Date: Mon, 20 May 2024 21:06:27 +0530 Subject: [PATCH] test 5 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) 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