From a18d4c0370fd230703cebd776897eba7fce803ae Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD Date: Mon, 20 May 2024 20:53:03 +0530 Subject: [PATCH] test 3 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf87b3cb..2b033b28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Make the build run: make prefab-gui-debug-build - name: Compress the build - run: tar -cf linux_x86_64_gui(debug).tar build/prefab/full/linux_x86_64_gui/ + run: tar -cf "linux_x86_64_gui(debug).tar" build/prefab/full/linux_x86_64_gui/ - name: Upload the build uses: ncipollo/release-action@v1 with: @@ -30,7 +30,7 @@ jobs: - name: Make the build run: make prefab-server-debug-build - name: Compress the build - run: tar -cf linux_x86_64_server(debug).tar build/prefab/full/linux_x86_64_server/ + run: tar -cf "linux_x86_64_server(debug).tar" build/prefab/full/linux_x86_64_server/ - name: Upload the build uses: ncipollo/release-action@v1 with: