From 18f64f8865cc99ffc67d0437a6a7715100c4cf4b Mon Sep 17 00:00:00 2001 From: dashadem <72491948+dashadem@users.noreply.github.com> Date: Sun, 29 Oct 2023 23:11:46 +0300 Subject: [PATCH] Update launcher.yml --- .github/workflows/launcher.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/launcher.yml b/.github/workflows/launcher.yml index 96e9056..f7daa79 100644 --- a/.github/workflows/launcher.yml +++ b/.github/workflows/launcher.yml @@ -21,4 +21,6 @@ jobs: shell: bash - name: launsh test.sh - run: bash src/test.sh + run: ./test.sh + working-directory: ./src + shell: bash