Skip to content

Commit

Permalink
Add extra steps to run the command properly
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Oct 30, 2023
1 parent e862640 commit 82f620a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/binary-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
envs: VERSION
script: |
source ~/.bashrc
sh build.sh ${VERSION}
export PATH=$PATH:/usr/local/go/bin:/usr/bin
export GOPATH=/home/centos/go
./build.sh ${VERSION}
build-sls:
name: Build SLS binary
Expand All @@ -71,7 +73,9 @@ jobs:
command_timeout: 3600s
envs: VERSION
script: |
exec bash
source ~/.bashrc
export PATH=$PATH:/usr/local/go/bin:/usr/bin
export GOPATH=/home/centos/go
./sls-build.sh ${VERSION} feat/true-sls
send-packer-event-arc:
Expand Down

0 comments on commit 82f620a

Please sign in to comment.