We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e862640 commit 82f620aCopy full SHA for 82f620a
1 file changed
.github/workflows/binary-publish.yml
@@ -47,7 +47,9 @@ jobs:
47
envs: VERSION
48
script: |
49
source ~/.bashrc
50
- sh build.sh ${VERSION}
+ export PATH=$PATH:/usr/local/go/bin:/usr/bin
51
+ export GOPATH=/home/centos/go
52
+ ./build.sh ${VERSION}
53
54
build-sls:
55
name: Build SLS binary
@@ -71,7 +73,9 @@ jobs:
71
73
command_timeout: 3600s
72
74
75
- exec bash
76
+ source ~/.bashrc
77
78
79
./sls-build.sh ${VERSION} feat/true-sls
80
81
send-packer-event-arc:
0 commit comments