Skip to content

Commit

Permalink
Add some changes to the script
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Oct 30, 2023
1 parent 61d7208 commit a69cd17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/binary-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a69cd17

Please sign in to comment.