From 8793ec406dc36bee08cb09a1245c678b7b6a572a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lidwin?= Date: Sat, 27 Jul 2024 23:44:56 +0200 Subject: [PATCH] ci: fix executables to not be included in steam-deck archive --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f299b17..ff3f242 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: uses: actions/download-artifact@v4 with: name: dummy-GalaxyCommunication.exe - path: dummy-service + path: . - name: Copy files shell: bash