Skip to content

Commit

Permalink
Change the ssh command to sh instead of bash
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Oct 30, 2023
1 parent d57757b commit 4305860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binary-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
command_timeout: 3600s
envs: VERSION
script: |
bash build.sh ${VERSION}
sh build.sh ${VERSION}
build-sls:
name: Build SLS binary
Expand Down

0 comments on commit 4305860

Please sign in to comment.