Skip to content

Commit a69cd17

Browse files
committed
Add some changes to the script
1 parent 61d7208 commit a69cd17

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/binary-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ jobs:
6868
command_timeout: 3600s
6969
envs: VERSION
7070
script: |
71-
exec bash
72-
./build.sh ${VERSION}
71+
echo $SHELL
72+
source ~/.bashrc
73+
echo $PATH
74+
sh build.sh ${VERSION}
7375
7476
build-sls:
7577
name: Build SLS binary

0 commit comments

Comments
 (0)