From a69cd176b388a58c1e530497bfa814cb11895bf8 Mon Sep 17 00:00:00 2001 From: Deepjyoti Barman Date: Mon, 30 Oct 2023 19:48:19 +0530 Subject: [PATCH] Add some changes to the script --- .github/workflows/binary-publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binary-publish.yml b/.github/workflows/binary-publish.yml index b8d8fb93..79bfda4c 100644 --- a/.github/workflows/binary-publish.yml +++ b/.github/workflows/binary-publish.yml @@ -68,8 +68,10 @@ jobs: command_timeout: 3600s envs: VERSION script: | - exec bash - ./build.sh ${VERSION} + echo $SHELL + source ~/.bashrc + echo $PATH + sh build.sh ${VERSION} build-sls: name: Build SLS binary