From a1c3d9ed954603efc98df0f805c28a14d1dac4d7 Mon Sep 17 00:00:00 2001 From: dashadem <72491948+dashadem@users.noreply.github.com> Date: Sun, 29 Oct 2023 23:08:16 +0300 Subject: [PATCH] Update launcher.yml --- .github/workflows/launcher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/launcher.yml b/.github/workflows/launcher.yml index 4cb1cba..96e9056 100644 --- a/.github/workflows/launcher.yml +++ b/.github/workflows/launcher.yml @@ -16,7 +16,7 @@ jobs: run: bash src/prereqs.sh - name: launch build.sh - run: ./build.sh all + run: ./build.sh run working-directory: ./src shell: bash