From fb0202868e2e66544c8e12678d362751e1f30945 Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD Date: Mon, 20 May 2024 20:21:33 +0530 Subject: [PATCH] test fix --- .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 58cacb99..e08bc16f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,11 +23,11 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: - artifacts: build/prefab/full/linux_x86_64_gui + artifacts: build/prefab/full/linux_x86_64_gui/* - name: Make the build run: make prefab-server-debug-build - name: Upload the build uses: ncipollo/release-action@v1 with: - artifacts: build/prefab/full/linux_x86_64_server \ No newline at end of file + artifacts: build/prefab/full/linux_x86_64_server/* \ No newline at end of file